#cfc572

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

Shades of Winter Hazel #CFC572

Tints of Winter Hazel #CFC572

Color information

#CFC572 (or 0xCFC572) is unknown color: approx Winter Hazel. HEX triplet: CF, C5 and 72. RGB value is (207,197,114). Sum of RGB (Red+Green+Blue) = 207+197+114=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC572 is #303A8D. Grayscale: #BEBEBE. Windows color (decimal): -3160718 or 7521743. OLE color: 7521743.

HSL color Cylindrical-coordinate representation of color #CFC572: hue angle of 53.55º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFC572 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB207197114-
CMYK00.050.450.19
HSL53.55º49.21%62.94%-
HSV(B)53.55º44.93%81.18%-
XYZ48.7454.4123.85-
YUV190.5384.81139.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 197 (77.34% from 255) = 38.03%
BLUE value IS 114 (44.92% from 255) = 22.01%
R=39.96%
G=38.03%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719711400.050.450.1953.5549.2162.94
HexCFC572052D1336313f
Octal317305162055523666177
Binary11001111110001011110010010110110110011110110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfc572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfc572; }

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

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

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

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

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

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

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

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