Html Css Color HEX #C9C295 Winter Hazel

📋 copy color: '#C9C295'

red 201 ◦ green 194 ◦ blue 149

#C9C295
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #C9C295

Tints of Winter Hazel #C9C295

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 value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C9C295 (or 0xC9C295) is known color: 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.32, 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

RGB 201 194 149 -
CMYK 0 0.03 0.26 0.21
HSL 51.92º 0.33% 0.69% -
HSV(B) 51.92º 0.26% 0.79% -
XYZ 48.8 53.17 36.12 -
YUV 190.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 201 194 149 0 0.03 0.26 0.21 51.92 0.33 0.69
Hex C9 C2 95 0 3 1A 15 34 20 45
Octal 311 302 225 0 3 32 25 64 40 105
Binary 11001001 11000010 10010101 0 11 11010 10101 110100 100000 1000101

Color Harmonies of #C9C295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C295

Black with #C9C295

Text Example


Text Example

White with #C9C295

Text Example


Text Example

HTML Codes & Css Web 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>