#CCC186

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

Shades of Winter Hazel #CCC186

Tints of Winter Hazel #CCC186

Color information

#CCC186 (or 0xCCC186) is unknown color: approx Winter Hazel. HEX triplet: CC, C1 and 86. RGB value is (204,193,134). Sum of RGB (Red+Green+Blue) = 204+193+134=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC186 is #333E79. Grayscale: #BDBDBD. Windows color (decimal): -3358330 or 8831436. OLE color: 8831436.

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

Color convert

RGB204193134-
CMYK00.050.340.2
HSL50.57º40.7%66.27%-
HSV(B)50.57º34.31%80%-
XYZ48.2752.730.18-
YUV189.5696.64138.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 193 (75.78% from 255) = 36.35%
BLUE value IS 134 (52.73% from 255) = 25.24%
R=38.42%
G=36.35%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419313400.050.340.250.5740.766.27
HexCCC186052214332942
Octal3143012060542246351102
Binary1100110011000001100001100101100010101001100111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC186; }

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

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

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

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

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

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

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

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