Shades of Winter Hazel #C8BF7E
Tints of Winter Hazel #C8BF7E
RGB
CMYK
RGB Variations
Color information
#C8BF7E (or 0xC8BF7E) is known color: Winter Hazel. HEX triplet: C8, BF and 7E. RGB value is (200,191,126). Sum of RGB (Red+Green+Blue) = 200+191+126=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF7E is #374081. Grayscale: #BABABA. Windows color (decimal): -3620994 or 8306632. OLE color: 8306632.
HSL color Cylindrical-coordinate representation of color #C8BF7E: hue angle of 52.7º 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 #C8BF7E is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 191 | 126 | - |
CMYK | 0 | 0.04 | 0.37 | 0.22 |
HSL | 52.7º | 0.4% | 0.64% | - |
HSV(B) | 52.7º | 0.37% | 0.78% | - |
XYZ | 46.22 | 51.05 | 27.16 | - |
YUV | 186.28 | 93.98 | 137.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 191 | 126 | 0 | 0.04 | 0.37 | 0.22 | 52.7 | 0.4 | 0.64 |
Hex | C8 | BF | 7E | 0 | 4 | 25 | 16 | 35 | 28 | 40 |
Octal | 310 | 277 | 176 | 0 | 4 | 45 | 26 | 65 | 50 | 100 |
Binary | 11001000 | 10111111 | 1111110 | 0 | 100 | 100101 | 10110 | 110101 | 101000 | 1000000 |
Color Harmonies of #C8BF7E
Complementary color
Monochromatic Colors of #C8BF7E
Black with #C8BF7E
Text Example
Text Example
White with #C8BF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF7E; }
p { color: rgb(200,191,126); }
H1.HeaderClassName
{
color: #C8BF7E;
}
.AnyTagClassName
{
color: #C8BF7E;
}
</style>
background-color css
<style>
a { background-color: #C8BF7E; }
a { background-color: rgb(200,191,126); }
div.DivClassName
{
background-color: #C8BF7E;
}
.BgClassName
{
background-color: #C8BF7E;
}
</style>
border-color css
<style>
span { border-color: #C8BF7E; }
span { border-color: rgb(200,191,126); }
td.TdClassName
{
border-color: #C8BF7E;
}
.TagClassName
{
border-color: #C8BF7E;
}
</style>