#CDC578

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

Shades of Winter Hazel #CDC578

Tints of Winter Hazel #CDC578

Color information

#CDC578 (or 0xCDC578) is unknown color: approx Winter Hazel. HEX triplet: CD, C5 and 78. RGB value is (205,197,120). Sum of RGB (Red+Green+Blue) = 205+197+120=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC578 is #323A87. Grayscale: #BEBEBE. Windows color (decimal): -3291784 or 7914957. OLE color: 7914957.

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

Color convert

RGB205197120-
CMYK00.040.410.20
HSL54.35º45.95%63.73%-
HSV(B)54.35º41.46%80.39%-
XYZ48.5354.2725.69-
YUV190.6188.15138.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 197 (77.34% from 255) = 37.74%
BLUE value IS 120 (47.27% from 255) = 22.99%
R=39.27%
G=37.74%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519712000.040.410.2054.3545.9563.73
HexCDC578042914362e40
Octal3153051700451246656100
Binary110011011100010111110000100101001101001101101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC578; }

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

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

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

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

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

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

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

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