#CCC090

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

Shades of Winter Hazel #CCC090

Tints of Winter Hazel #CCC090

Color information

#CCC090 (or 0xCCC090) is unknown color: approx Winter Hazel. HEX triplet: CC, C0 and 90. RGB value is (204,192,144). Sum of RGB (Red+Green+Blue) = 204+192+144=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC090 is #333F6F. Grayscale: #BEBEBE. Windows color (decimal): -3358576 or 9486540. OLE color: 9486540.

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

Color convert

RGB204192144-
CMYK00.060.290.2
HSL48º37.04%68.24%-
HSV(B)48º29.41%80%-
XYZ48.7952.5533.96-
YUV190.12101.98137.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 192 (75.39% from 255) = 35.56%
BLUE value IS 144 (56.64% from 255) = 26.67%
R=37.78%
G=35.56%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419214400.060.290.24837.0468.24
HexCCC090061D14302544
Octal3143002200635246045104
Binary110011001100000010010000011011101101001100001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC090; }

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

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

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

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

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

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

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

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