#CD4978

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

Shades of Cranberry #CD4978

Tints of Cranberry #CD4978

Color information

#CD4978 (or 0xCD4978) is unknown color: approx Cranberry. HEX triplet: CD, 49 and 78. RGB value is (205,73,120). Sum of RGB (Red+Green+Blue) = 205+73+120=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4978 is #32B687. Grayscale: #757575. Windows color (decimal): -3323528 or 7883213. OLE color: 7883213.

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

Color convert

RGB20573120-
CMYK00.640.410.20
HSL338.64º56.9%54.51%-
HSV(B)338.64º64.39%80.39%-
XYZ30.9519.119.82-
YUV117.83129.23190.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.51%
GREEN value IS 73 (28.91% from 255) = 18.34%
BLUE value IS 120 (47.27% from 255) = 30.15%
R=51.51%
G=18.34%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057312000.640.410.20338.6456.954.51
HexCD497804029141533937
Octal315111170010051245237167
Binary11001101100100111110000100000010100110100101010011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4978; }

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

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

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

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

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

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

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

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