#CCC290

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

Shades of Winter Hazel #CCC290

Tints of Winter Hazel #CCC290

Color information

#CCC290 (or 0xCCC290) is unknown color: approx Winter Hazel. HEX triplet: CC, C2 and 90. RGB value is (204,194,144). Sum of RGB (Red+Green+Blue) = 204+194+144=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC290 is #333D6F. Grayscale: #BFBFBF. Windows color (decimal): -3358064 or 9487052. OLE color: 9487052.

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

Color convert

RGB204194144-
CMYK00.050.290.2
HSL50º37.04%68.24%-
HSV(B)50º29.41%80%-
XYZ49.2353.4334.1-
YUV191.29101.31137.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 194 (76.17% from 255) = 35.79%
BLUE value IS 144 (56.64% from 255) = 26.57%
R=37.64%
G=35.79%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419414400.050.290.25037.0468.24
HexCCC290051D14322544
Octal3143022200535246245104
Binary110011001100001010010000010111101101001100101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC290; }

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

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

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

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

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

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

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

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