Shades of Winter Hazel #C8BF91
Tints of Winter Hazel #C8BF91
RGB
CMYK
RGB Variations
Color information
#C8BF91 (or 0xC8BF91) is known color: Winter Hazel. HEX triplet: C8, BF and 91. RGB value is (200,191,145). Sum of RGB (Red+Green+Blue) = 200+191+145=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BF91 is #37406E. Grayscale: #BCBCBC. Windows color (decimal): -3620975 or 9551816. OLE color: 9551816.
HSL color Cylindrical-coordinate representation of color #C8BF91: hue angle of 50.18º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8BF91 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 145 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.22 |
| HSL | 50.18º | 0.33% | 0.68% | - |
| HSV(B) | 50.18º | 0.28% | 0.78% | - |
| XYZ | 47.56 | 51.59 | 34.24 | - |
| YUV | 188.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 145 | 0 | 0.04 | 0.28 | 0.22 | 50.18 | 0.33 | 0.68 |
| Hex | C8 | BF | 91 | 0 | 4 | 1C | 16 | 32 | 21 | 44 |
| Octal | 310 | 277 | 221 | 0 | 4 | 34 | 26 | 62 | 41 | 104 |
| Binary | 11001000 | 10111111 | 10010001 | 0 | 100 | 11100 | 10110 | 110010 | 100001 | 1000100 |
Color Harmonies of #C8BF91
Complementary color
Monochromatic Colors of #C8BF91
Black with #C8BF91
Text Example
Text Example
White with #C8BF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF91; }
p { color: rgb(200,191,145); }
H1.HeaderClassName
{
color: #C8BF91;
}
.AnyTagClassName
{
color: #C8BF91;
}
</style>
background-color css
<style>
a { background-color: #C8BF91; }
a { background-color: rgb(200,191,145); }
div.DivClassName
{
background-color: #C8BF91;
}
.BgClassName
{
background-color: #C8BF91;
}
</style>
border-color css
<style>
span { border-color: #C8BF91; }
span { border-color: rgb(200,191,145); }
td.TdClassName
{
border-color: #C8BF91;
}
.TagClassName
{
border-color: #C8BF91;
}
</style>