Shades of Winter Hazel #C9BF7A
Tints of Winter Hazel #C9BF7A
RGB
CMYK
RGB Variations
Color information
#C9BF7A (or 0xC9BF7A) is known color: Winter Hazel. HEX triplet: C9, BF and 7A. RGB value is (201,191,122). Sum of RGB (Red+Green+Blue) = 201+191+122=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BF7A is #364085. Grayscale: #BABABA. Windows color (decimal): -3555462 or 8044489. OLE color: 8044489.
HSL color Cylindrical-coordinate representation of color #C9BF7A: hue angle of 52.41º 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 #C9BF7A is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 122 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.21 |
| HSL | 52.41º | 0.42% | 0.63% | - |
| HSV(B) | 52.41º | 0.39% | 0.79% | - |
| XYZ | 46.23 | 51.08 | 25.84 | - |
| YUV | 186.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 122 | 0 | 0.05 | 0.39 | 0.21 | 52.41 | 0.42 | 0.63 |
| Hex | C9 | BF | 7A | 0 | 5 | 27 | 15 | 34 | 2A | 3F |
| Octal | 311 | 277 | 172 | 0 | 5 | 47 | 25 | 64 | 52 | 77 |
| Binary | 11001001 | 10111111 | 1111010 | 0 | 101 | 100111 | 10101 | 110100 | 101010 | 111111 |
Color Harmonies of #C9BF7A
Complementary color
Monochromatic Colors of #C9BF7A
Black with #C9BF7A
Text Example
Text Example
White with #C9BF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BF7A; }
p { color: rgb(201,191,122); }
H1.HeaderClassName
{
color: #C9BF7A;
}
.AnyTagClassName
{
color: #C9BF7A;
}
</style>
background-color css
<style>
a { background-color: #C9BF7A; }
a { background-color: rgb(201,191,122); }
div.DivClassName
{
background-color: #C9BF7A;
}
.BgClassName
{
background-color: #C9BF7A;
}
</style>
border-color css
<style>
span { border-color: #C9BF7A; }
span { border-color: rgb(201,191,122); }
td.TdClassName
{
border-color: #C9BF7A;
}
.TagClassName
{
border-color: #C9BF7A;
}
</style>