#CCC890

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

Shades of Winter Hazel #CCC890

Tints of Winter Hazel #CCC890

Color information

#CCC890 (or 0xCCC890) is unknown color: approx Winter Hazel. HEX triplet: CC, C8 and 90. RGB value is (204,200,144). Sum of RGB (Red+Green+Blue) = 204+200+144=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC890 is #33376F. Grayscale: #C3C3C3. Windows color (decimal): -3356528 or 9488588. OLE color: 9488588.

HSL color Cylindrical-coordinate representation of color #CCC890: hue angle of 56º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCC890 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB204200144-
CMYK00.020.290.2
HSL56º37.04%68.24%-
HSV(B)56º29.41%80%-
XYZ50.5956.1634.56-
YUV194.8199.33134.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 200 (78.52% from 255) = 36.50%
BLUE value IS 144 (56.64% from 255) = 26.28%
R=37.23%
G=36.50%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420014400.020.290.25637.0468.24
HexCCC890021D14382544
Octal3143102200235247045104
Binary11001100110010001001000001011101101001110001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC890; }

 p { color: rgb(204,200,144); }

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

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

 a { background-color: rgb(204,200,144); }

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

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

 span { border-color: rgb(204,200,144); }

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