Shades of Winter Hazel #C9C178
Tints of Winter Hazel #C9C178
RGB
CMYK
RGB Variations
Color information
#C9C178 (or 0xC9C178) is known color: Winter Hazel. HEX triplet: C9, C1 and 78. RGB value is (201,193,120). Sum of RGB (Red+Green+Blue) = 201+193+120=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C178 is #363E87. Grayscale: #BBBBBB. Windows color (decimal): -3554952 or 7913929. OLE color: 7913929.
HSL color Cylindrical-coordinate representation of color #C9C178: hue angle of 54.07º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9C178 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 193 | 120 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.21 |
| HSL | 54.07º | 0.43% | 0.63% | - |
| HSV(B) | 54.07º | 0.4% | 0.79% | - |
| XYZ | 46.55 | 51.91 | 25.34 | - |
| YUV | 187.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 193 | 120 | 0 | 0.04 | 0.40 | 0.21 | 54.07 | 0.43 | 0.63 |
| Hex | C9 | C1 | 78 | 0 | 4 | 28 | 15 | 36 | 2B | 3F |
| Octal | 311 | 301 | 170 | 0 | 4 | 50 | 25 | 66 | 53 | 77 |
| Binary | 11001001 | 11000001 | 1111000 | 0 | 100 | 101000 | 10101 | 110110 | 101011 | 111111 |
Color Harmonies of #C9C178
Complementary color
Monochromatic Colors of #C9C178
Black with #C9C178
Text Example
Text Example
White with #C9C178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C178; }
p { color: rgb(201,193,120); }
H1.HeaderClassName
{
color: #C9C178;
}
.AnyTagClassName
{
color: #C9C178;
}
</style>
background-color css
<style>
a { background-color: #C9C178; }
a { background-color: rgb(201,193,120); }
div.DivClassName
{
background-color: #C9C178;
}
.BgClassName
{
background-color: #C9C178;
}
</style>
border-color css
<style>
span { border-color: #C9C178; }
span { border-color: rgb(201,193,120); }
td.TdClassName
{
border-color: #C9C178;
}
.TagClassName
{
border-color: #C9C178;
}
</style>