#CCC387

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

Shades of Winter Hazel #CCC387

Tints of Winter Hazel #CCC387

Color information

#CCC387 (or 0xCCC387) is unknown color: approx Winter Hazel. HEX triplet: CC, C3 and 87. RGB value is (204,195,135). Sum of RGB (Red+Green+Blue) = 204+195+135=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC387 is #333C78. Grayscale: #BFBFBF. Windows color (decimal): -3357817 or 8897484. OLE color: 8897484.

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

Color convert

RGB204195135-
CMYK00.040.340.2
HSL52.17º40.35%66.47%-
HSV(B)52.17º33.82%80%-
XYZ48.7953.6230.7-
YUV190.8596.48137.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 195 (76.56% from 255) = 36.52%
BLUE value IS 135 (53.12% from 255) = 25.28%
R=38.20%
G=36.52%
B=25.28%

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
Decimal20419513500.040.340.252.1740.3566.47
HexCCC387042214342842
Octal3143032070442246450102
Binary1100110011000011100001110100100010101001101001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC387; }

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

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

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

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

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

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

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

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