#CDC572

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

Shades of Winter Hazel #CDC572

Tints of Winter Hazel #CDC572

Color information

#CDC572 (or 0xCDC572) is unknown color: approx Winter Hazel. HEX triplet: CD, C5 and 72. RGB value is (205,197,114). Sum of RGB (Red+Green+Blue) = 205+197+114=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC572 is #323A8D. Grayscale: #BEBEBE. Windows color (decimal): -3291790 or 7521741. OLE color: 7521741.

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

Color convert

RGB205197114-
CMYK00.040.440.20
HSL54.73º47.64%62.55%-
HSV(B)54.73º44.39%80.39%-
XYZ48.1854.1323.83-
YUV189.9385.15138.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 197 (77.34% from 255) = 38.18%
BLUE value IS 114 (44.92% from 255) = 22.09%
R=39.73%
G=38.18%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519711400.040.440.2054.7347.6462.55
HexCDC572042C1437303f
Octal315305162045424676077
Binary11001101110001011110010010010110010100110111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC572; }

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

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

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

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

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

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

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

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