#c9c295

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

Shades of Winter Hazel #C9C295

Tints of Winter Hazel #C9C295

Color information

#C9C295 (or 0xC9C295) is unknown color: approx Winter Hazel. HEX triplet: C9, C2 and 95. RGB value is (201,194,149). Sum of RGB (Red+Green+Blue) = 201+194+149=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C295 is #363D6A. Grayscale: #BFBFBF. Windows color (decimal): -3554667 or 9814729. OLE color: 9814729.

HSL color Cylindrical-coordinate representation of color #C9C295: hue angle of 51.92º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9C295 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB201194149-
CMYK00.030.260.21
HSL51.92º32.5%68.63%-
HSV(B)51.92º25.87%78.82%-
XYZ48.853.1736.12-
YUV190.96104.32135.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 194 (76.17% from 255) = 35.66%
BLUE value IS 149 (58.59% from 255) = 27.39%
R=36.95%
G=35.66%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119414900.030.260.2151.9232.568.63
HexC9C295031A15342045
Octal3113022250332256440105
Binary11001001110000101001010101111010101011101001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9c295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9c295; }

 p { color: rgb(201,194,149); }

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

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

 a { background-color: rgb(201,194,149); }

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

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

 span { border-color: rgb(201,194,149); }

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