#CD4C78

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

Shades of Cranberry #CD4C78

Tints of Cranberry #CD4C78

Color information

#CD4C78 (or 0xCD4C78) is unknown color: approx Cranberry. HEX triplet: CD, 4C and 78. RGB value is (205,76,120). Sum of RGB (Red+Green+Blue) = 205+76+120=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4C78 is #32B387. Grayscale: #777777. Windows color (decimal): -3322760 or 7883981. OLE color: 7883981.

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

Color convert

RGB20576120-
CMYK00.630.410.20
HSL339.53º56.33%55.1%-
HSV(B)339.53º62.93%80.39%-
XYZ31.1519.519.89-
YUV119.59128.24188.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.12%
GREEN value IS 76 (30.08% from 255) = 18.95%
BLUE value IS 120 (47.27% from 255) = 29.93%
R=51.12%
G=18.95%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057612000.630.410.20339.5356.3355.1
HexCD4C7803F29141543837
Octal31511417007751245247067
Binary1100110110011001111000011111110100110100101010100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4C78; }

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

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

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

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

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

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

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

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