#ccc572

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

Shades of Winter Hazel #CCC572

Tints of Winter Hazel #CCC572

Color information

#CCC572 (or 0xCCC572) is unknown color: approx Winter Hazel. HEX triplet: CC, C5 and 72. RGB value is (204,197,114). Sum of RGB (Red+Green+Blue) = 204+197+114=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC572 is #333A8D. Grayscale: #BDBDBD. Windows color (decimal): -3357326 or 7521740. OLE color: 7521740.

HSL color Cylindrical-coordinate representation of color #CCC572: hue angle of 55.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCC572 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB204197114-
CMYK00.030.440.2
HSL55.33º46.88%62.35%-
HSV(B)55.33º44.12%80%-
XYZ47.9153.9823.81-
YUV189.6385.32138.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 197 (77.34% from 255) = 38.25%
BLUE value IS 114 (44.92% from 255) = 22.14%
R=39.61%
G=38.25%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419711400.030.440.255.3346.8862.35
HexCCC572032C14372f3e
Octal314305162035424675776
Binary1100110011000101111001001110110010100110111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccc572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccc572; }

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

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

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

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

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

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

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

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