#CCC077

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

Shades of Winter Hazel #CCC077

Tints of Winter Hazel #CCC077

Color information

#CCC077 (or 0xCCC077) is unknown color: approx Winter Hazel. HEX triplet: CC, C0 and 77. RGB value is (204,192,119). Sum of RGB (Red+Green+Blue) = 204+192+119=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC077 is #333F88. Grayscale: #BBBBBB. Windows color (decimal): -3358601 or 7848140. OLE color: 7848140.

HSL color Cylindrical-coordinate representation of color #CCC077: hue angle of 51.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCC077 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB204192119-
CMYK00.060.420.2
HSL51.53º45.45%63.33%-
HSV(B)51.53º41.67%80%-
XYZ47.0851.8724.98-
YUV187.2789.48139.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 192 (75.39% from 255) = 37.28%
BLUE value IS 119 (46.88% from 255) = 23.11%
R=39.61%
G=37.28%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419211900.060.420.251.5345.4563.33
HexCCC077062A14342d3f
Octal314300167065224645577
Binary11001100110000001110111011010101010100110100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC077; }

 p { color: rgb(204,192,119); }

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

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

 a { background-color: rgb(204,192,119); }

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

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

 span { border-color: rgb(204,192,119); }

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