Shades of Winter Hazel #C9C47A
Tints of Winter Hazel #C9C47A
RGB
CMYK
RGB Variations
Color information
#C9C47A (or 0xC9C47A) is known color: Winter Hazel. HEX triplet: C9, C4 and 7A. RGB value is (201,196,122). Sum of RGB (Red+Green+Blue) = 201+196+122=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C47A is #363B85. Grayscale: #BDBDBD. Windows color (decimal): -3554182 or 8045769. OLE color: 8045769.
HSL color Cylindrical-coordinate representation of color #C9C47A: hue angle of 56.2º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C9C47A is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 122 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.21 |
| HSL | 56.2º | 0.42% | 0.63% | - |
| HSV(B) | 56.2º | 0.39% | 0.79% | - |
| XYZ | 47.34 | 53.3 | 26.21 | - |
| YUV | 189.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 122 | 0 | 0.02 | 0.39 | 0.21 | 56.2 | 0.42 | 0.63 |
| Hex | C9 | C4 | 7A | 0 | 2 | 27 | 15 | 38 | 2A | 3F |
| Octal | 311 | 304 | 172 | 0 | 2 | 47 | 25 | 70 | 52 | 77 |
| Binary | 11001001 | 11000100 | 1111010 | 0 | 10 | 100111 | 10101 | 111000 | 101010 | 111111 |
Color Harmonies of #C9C47A
Complementary color
Monochromatic Colors of #C9C47A
Black with #C9C47A
Text Example
Text Example
White with #C9C47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C47A; }
p { color: rgb(201,196,122); }
H1.HeaderClassName
{
color: #C9C47A;
}
.AnyTagClassName
{
color: #C9C47A;
}
</style>
background-color css
<style>
a { background-color: #C9C47A; }
a { background-color: rgb(201,196,122); }
div.DivClassName
{
background-color: #C9C47A;
}
.BgClassName
{
background-color: #C9C47A;
}
</style>
border-color css
<style>
span { border-color: #C9C47A; }
span { border-color: rgb(201,196,122); }
td.TdClassName
{
border-color: #C9C47A;
}
.TagClassName
{
border-color: #C9C47A;
}
</style>