Shades of Winter Hazel #C8BF7D
Tints of Winter Hazel #C8BF7D
RGB
CMYK
RGB Variations
Color information
#C8BF7D (or 0xC8BF7D) is known color: Winter Hazel. HEX triplet: C8, BF and 7D. RGB value is (200,191,125). Sum of RGB (Red+Green+Blue) = 200+191+125=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF7D is #374082. Grayscale: #BABABA. Windows color (decimal): -3620995 or 8241096. OLE color: 8241096.
HSL color Cylindrical-coordinate representation of color #C8BF7D: hue angle of 52.8º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8BF7D is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 125 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.22 |
| HSL | 52.8º | 0.41% | 0.64% | - |
| HSV(B) | 52.8º | 0.38% | 0.78% | - |
| XYZ | 46.15 | 51.02 | 26.82 | - |
| YUV | 186.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 125 | 0 | 0.04 | 0.38 | 0.22 | 52.8 | 0.41 | 0.64 |
| Hex | C8 | BF | 7D | 0 | 4 | 26 | 16 | 35 | 29 | 40 |
| Octal | 310 | 277 | 175 | 0 | 4 | 46 | 26 | 65 | 51 | 100 |
| Binary | 11001000 | 10111111 | 1111101 | 0 | 100 | 100110 | 10110 | 110101 | 101001 | 1000000 |
Color Harmonies of #C8BF7D
Complementary color
Monochromatic Colors of #C8BF7D
Black with #C8BF7D
Text Example
Text Example
White with #C8BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF7D; }
p { color: rgb(200,191,125); }
H1.HeaderClassName
{
color: #C8BF7D;
}
.AnyTagClassName
{
color: #C8BF7D;
}
</style>
background-color css
<style>
a { background-color: #C8BF7D; }
a { background-color: rgb(200,191,125); }
div.DivClassName
{
background-color: #C8BF7D;
}
.BgClassName
{
background-color: #C8BF7D;
}
</style>
border-color css
<style>
span { border-color: #C8BF7D; }
span { border-color: rgb(200,191,125); }
td.TdClassName
{
border-color: #C8BF7D;
}
.TagClassName
{
border-color: #C8BF7D;
}
</style>