#CD547B

Color #CD547B Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #CD547B

Tints of Cranberry #CD547B

Color information

#CD547B (or 0xCD547B) is unknown color: approx Cranberry. HEX triplet: CD, 54 and 7B. RGB value is (205,84,123). Sum of RGB (Red+Green+Blue) = 205+84+123=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD547B is #32AB84. Grayscale: #7C7C7C. Windows color (decimal): -3320709 or 8082637. OLE color: 8082637.

HSL color Cylindrical-coordinate representation of color #CD547B: hue angle of 340.66º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD547B is Cyan = 0, Magento = 0.59, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB20584123-
CMYK00.590.40.20
HSL340.66º54.75%56.67%-
HSV(B)340.66º59.02%80.39%-
XYZ31.9220.7521.06-
YUV124.62127.09185.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 49.76%
GREEN value IS 84 (33.20% from 255) = 20.39%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=49.76%
G=20.39%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058412300.590.40.20340.6654.7556.67
HexCD547B03B28141553739
Octal31512417307350245256771
Binary1100110110101001111011011101110100010100101010101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD547B; }

 p { color: rgb(205,84,123); }

 H1.HeaderClassName
 {
   color: #CD547B;
 }
 .AnyTagClassName
 {
   color: #CD547B;
 }
</style>
background-color css

<style>
 a { background-color: #CD547B; }

 a { background-color: rgb(205,84,123); }

 div.DivClassName
 {
   background-color: #CD547B;
 }
 .BgClassName
 {
   background-color: #CD547B;
 }
</style>
border-color css

<style>
 span { border-color: #CD547B; }

 span { border-color: rgb(205,84,123); }

 td.TdClassName
 {
   border-color: #CD547B;
 }
 .TagClassName
 {
   border-color: #CD547B;
 }
</style>