#CCC086

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

Shades of Winter Hazel #CCC086

Tints of Winter Hazel #CCC086

Color information

#CCC086 (or 0xCCC086) is unknown color: approx Winter Hazel. HEX triplet: CC, C0 and 86. RGB value is (204,192,134). Sum of RGB (Red+Green+Blue) = 204+192+134=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC086 is #333F79. Grayscale: #BDBDBD. Windows color (decimal): -3358586 or 8831180. OLE color: 8831180.

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

Color convert

RGB204192134-
CMYK00.060.340.2
HSL49.71º40.7%66.27%-
HSV(B)49.71º34.31%80%-
XYZ48.0552.2630.11-
YUV188.9896.98138.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 192 (75.39% from 255) = 36.23%
BLUE value IS 134 (52.73% from 255) = 25.28%
R=38.49%
G=36.23%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419213400.060.340.249.7140.766.27
HexCCC086062214322942
Octal3143002060642246251102
Binary1100110011000000100001100110100010101001100101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC086; }

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

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

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

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

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

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

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

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