Shades of Winter Hazel #C9C37B
Tints of Winter Hazel #C9C37B
RGB
CMYK
RGB Variations
Color information
#C9C37B (or 0xC9C37B) is known color: Winter Hazel. HEX triplet: C9, C3 and 7B. RGB value is (201,195,123). Sum of RGB (Red+Green+Blue) = 201+195+123=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C37B is #363C84. Grayscale: #BCBCBC. Windows color (decimal): -3554437 or 8111049. OLE color: 8111049.
HSL color Cylindrical-coordinate representation of color #C9C37B: hue angle of 55.38º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C9C37B is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 123 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.21 |
| HSL | 55.38º | 0.42% | 0.64% | - |
| HSV(B) | 55.38º | 0.39% | 0.79% | - |
| XYZ | 47.18 | 52.88 | 26.46 | - |
| YUV | 188.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 123 | 0 | 0.03 | 0.39 | 0.21 | 55.38 | 0.42 | 0.64 |
| Hex | C9 | C3 | 7B | 0 | 3 | 27 | 15 | 37 | 2A | 40 |
| Octal | 311 | 303 | 173 | 0 | 3 | 47 | 25 | 67 | 52 | 100 |
| Binary | 11001001 | 11000011 | 1111011 | 0 | 11 | 100111 | 10101 | 110111 | 101010 | 1000000 |
Color Harmonies of #C9C37B
Complementary color
Monochromatic Colors of #C9C37B
Black with #C9C37B
Text Example
Text Example
White with #C9C37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C37B; }
p { color: rgb(201,195,123); }
H1.HeaderClassName
{
color: #C9C37B;
}
.AnyTagClassName
{
color: #C9C37B;
}
</style>
background-color css
<style>
a { background-color: #C9C37B; }
a { background-color: rgb(201,195,123); }
div.DivClassName
{
background-color: #C9C37B;
}
.BgClassName
{
background-color: #C9C37B;
}
</style>
border-color css
<style>
span { border-color: #C9C37B; }
span { border-color: rgb(201,195,123); }
td.TdClassName
{
border-color: #C9C37B;
}
.TagClassName
{
border-color: #C9C37B;
}
</style>