#CCC786

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

Shades of Winter Hazel #CCC786

Tints of Winter Hazel #CCC786

Color information

#CCC786 (or 0xCCC786) is unknown color: approx Winter Hazel. HEX triplet: CC, C7 and 86. RGB value is (204,199,134). Sum of RGB (Red+Green+Blue) = 204+199+134=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC786 is #333879. Grayscale: #C1C1C1. Windows color (decimal): -3356794 or 8832972. OLE color: 8832972.

HSL color Cylindrical-coordinate representation of color #CCC786: hue angle of 55.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 #CCC786 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204199134-
CMYK00.020.340.2
HSL55.71º40.7%66.27%-
HSV(B)55.71º34.31%80%-
XYZ49.6355.4130.63-
YUV193.0894.66135.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 199 (78.12% from 255) = 37.06%
BLUE value IS 134 (52.73% from 255) = 24.95%
R=37.99%
G=37.06%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419913400.020.340.255.7140.766.27
HexCCC786022214382942
Octal3143072060242247051102
Binary110011001100011110000110010100010101001110001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC786; }

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

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

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

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

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

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

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

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