#CD4D78

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

Shades of Cranberry #CD4D78

Tints of Cranberry #CD4D78

Color information

#CD4D78 (or 0xCD4D78) is unknown color: approx Cranberry. HEX triplet: CD, 4D and 78. RGB value is (205,77,120). Sum of RGB (Red+Green+Blue) = 205+77+120=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4D78 is #32B287. Grayscale: #787878. Windows color (decimal): -3322504 or 7884237. OLE color: 7884237.

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

Color convert

RGB20577120-
CMYK00.620.410.20
HSL339.84º56.14%55.29%-
HSV(B)339.84º62.44%80.39%-
XYZ31.2219.6419.92-
YUV120.17127.91188.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.00%
GREEN value IS 77 (30.47% from 255) = 19.15%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=51.00%
G=19.15%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057712000.620.410.20339.8456.1455.29
HexCD4D7803E29141543837
Octal31511517007651245247067
Binary1100110110011011111000011111010100110100101010100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4D78; }

 p { color: rgb(205,77,120); }

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

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

 a { background-color: rgb(205,77,120); }

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

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

 span { border-color: rgb(205,77,120); }

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