#CCC187

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

Shades of Winter Hazel #CCC187

Tints of Winter Hazel #CCC187

Color information

#CCC187 (or 0xCCC187) is unknown color: approx Winter Hazel. HEX triplet: CC, C1 and 87. RGB value is (204,193,135). Sum of RGB (Red+Green+Blue) = 204+193+135=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC187 is #333E78. Grayscale: #BDBDBD. Windows color (decimal): -3358329 or 8896972. OLE color: 8896972.

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

Color convert

RGB204193135-
CMYK00.050.340.2
HSL50.43º40.35%66.47%-
HSV(B)50.43º33.82%80%-
XYZ48.3452.7330.55-
YUV189.6897.14138.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 135 (53.12% from 255) = 25.38%
R=38.35%
G=36.28%
B=25.38%

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
Decimal20419313500.050.340.250.4340.3566.47
HexCCC187052214322842
Octal3143012070542246250102
Binary1100110011000001100001110101100010101001100101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC187; }

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

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

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

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

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

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

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

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