Shades of Winter Hazel #C8BF7F
Tints of Winter Hazel #C8BF7F
RGB
CMYK
RGB Variations
Color information
#C8BF7F (or 0xC8BF7F) is known color: Winter Hazel. HEX triplet: C8, BF and 7F. RGB value is (200,191,127). Sum of RGB (Red+Green+Blue) = 200+191+127=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF7F is #374080. Grayscale: #BABABA. Windows color (decimal): -3620993 or 8372168. OLE color: 8372168.
HSL color Cylindrical-coordinate representation of color #C8BF7F: hue angle of 52.6º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8BF7F is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 127 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.22 |
| HSL | 52.6º | 0.4% | 0.64% | - |
| HSV(B) | 52.6º | 0.37% | 0.78% | - |
| XYZ | 46.28 | 51.07 | 27.5 | - |
| YUV | 186.4 | 94.48 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 127 | 0 | 0.04 | 0.36 | 0.22 | 52.6 | 0.4 | 0.64 |
| Hex | C8 | BF | 7F | 0 | 4 | 24 | 16 | 35 | 28 | 40 |
| Octal | 310 | 277 | 177 | 0 | 4 | 44 | 26 | 65 | 50 | 100 |
| Binary | 11001000 | 10111111 | 1111111 | 0 | 100 | 100100 | 10110 | 110101 | 101000 | 1000000 |
Color Harmonies of #C8BF7F
Complementary color
Monochromatic Colors of #C8BF7F
Black with #C8BF7F
Text Example
Text Example
White with #C8BF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF7F; }
p { color: rgb(200,191,127); }
H1.HeaderClassName
{
color: #C8BF7F;
}
.AnyTagClassName
{
color: #C8BF7F;
}
</style>
background-color css
<style>
a { background-color: #C8BF7F; }
a { background-color: rgb(200,191,127); }
div.DivClassName
{
background-color: #C8BF7F;
}
.BgClassName
{
background-color: #C8BF7F;
}
</style>
border-color css
<style>
span { border-color: #C8BF7F; }
span { border-color: rgb(200,191,127); }
td.TdClassName
{
border-color: #C8BF7F;
}
.TagClassName
{
border-color: #C8BF7F;
}
</style>