Shades of Winter Hazel #C9C294
Tints of Winter Hazel #C9C294
RGB
CMYK
RGB Variations
Color information
#C9C294 (or 0xC9C294) is known color: Winter Hazel. HEX triplet: C9, C2 and 94. RGB value is (201,194,148). Sum of RGB (Red+Green+Blue) = 201+194+148=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C294 is #363D6B. Grayscale: #BFBFBF. Windows color (decimal): -3554668 or 9749193. OLE color: 9749193.
HSL color Cylindrical-coordinate representation of color #C9C294: hue angle of 52.08º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9C294 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 148 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.21 |
| HSL | 52.08º | 0.33% | 0.68% | - |
| HSV(B) | 52.08º | 0.26% | 0.79% | - |
| XYZ | 48.72 | 53.14 | 35.71 | - |
| YUV | 190.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 148 | 0 | 0.03 | 0.26 | 0.21 | 52.08 | 0.33 | 0.68 |
| Hex | C9 | C2 | 94 | 0 | 3 | 1A | 15 | 34 | 21 | 44 |
| Octal | 311 | 302 | 224 | 0 | 3 | 32 | 25 | 64 | 41 | 104 |
| Binary | 11001001 | 11000010 | 10010100 | 0 | 11 | 11010 | 10101 | 110100 | 100001 | 1000100 |
Color Harmonies of #C9C294
Complementary color
Monochromatic Colors of #C9C294
Black with #C9C294
Text Example
Text Example
White with #C9C294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C294; }
p { color: rgb(201,194,148); }
H1.HeaderClassName
{
color: #C9C294;
}
.AnyTagClassName
{
color: #C9C294;
}
</style>
background-color css
<style>
a { background-color: #C9C294; }
a { background-color: rgb(201,194,148); }
div.DivClassName
{
background-color: #C9C294;
}
.BgClassName
{
background-color: #C9C294;
}
</style>
border-color css
<style>
span { border-color: #C9C294; }
span { border-color: rgb(201,194,148); }
td.TdClassName
{
border-color: #C9C294;
}
.TagClassName
{
border-color: #C9C294;
}
</style>