#CCC089

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

Shades of Winter Hazel #CCC089

Tints of Winter Hazel #CCC089

Color information

#CCC089 (or 0xCCC089) is unknown color: approx Winter Hazel. HEX triplet: CC, C0 and 89. RGB value is (204,192,137). Sum of RGB (Red+Green+Blue) = 204+192+137=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC089 is #333F76. Grayscale: #BDBDBD. Windows color (decimal): -3358583 or 9027788. OLE color: 9027788.

HSL color Cylindrical-coordinate representation of color #CCC089: hue angle of 49.25º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCC089 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB204192137-
CMYK00.060.330.2
HSL49.25º39.64%66.86%-
HSV(B)49.25º32.84%80%-
XYZ48.2752.3431.23-
YUV189.3298.48138.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 192 (75.39% from 255) = 36.02%
BLUE value IS 137 (53.91% from 255) = 25.70%
R=38.27%
G=36.02%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419213700.060.330.249.2539.6466.86
HexCCC089062114312843
Octal3143002110641246150103
Binary1100110011000000100010010110100001101001100011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC089; }

 p { color: rgb(204,192,137); }

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

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

 a { background-color: rgb(204,192,137); }

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

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

 span { border-color: rgb(204,192,137); }

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