#CCC487

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

Shades of Winter Hazel #CCC487

Tints of Winter Hazel #CCC487

Color information

#CCC487 (or 0xCCC487) is unknown color: approx Winter Hazel. HEX triplet: CC, C4 and 87. RGB value is (204,196,135). Sum of RGB (Red+Green+Blue) = 204+196+135=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC487 is #333B78. Grayscale: #BFBFBF. Windows color (decimal): -3357561 or 8897740. OLE color: 8897740.

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

Color convert

RGB204196135-
CMYK00.040.340.2
HSL53.04º40.35%66.47%-
HSV(B)53.04º33.82%80%-
XYZ49.0154.0730.77-
YUV191.4496.15136.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 196 (76.95% from 255) = 36.64%
BLUE value IS 135 (53.12% from 255) = 25.23%
R=38.13%
G=36.64%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419613500.040.340.253.0440.3566.47
HexCCC487042214352842
Octal3143042070442246550102
Binary1100110011000100100001110100100010101001101011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC487; }

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

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

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

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

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

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

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

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