Shades of Winter Hazel #C8BF8D
Tints of Winter Hazel #C8BF8D
RGB
CMYK
RGB Variations
Color information
#C8BF8D (or 0xC8BF8D) is known color: Winter Hazel. HEX triplet: C8, BF and 8D. RGB value is (200,191,141). Sum of RGB (Red+Green+Blue) = 200+191+141=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BF8D is #374072. Grayscale: #BCBCBC. Windows color (decimal): -3620979 or 9289672. OLE color: 9289672.
HSL color Cylindrical-coordinate representation of color #C8BF8D: hue angle of 50.85º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8BF8D is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 141 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.22 |
| HSL | 50.85º | 0.35% | 0.67% | - |
| HSV(B) | 50.85º | 0.3% | 0.78% | - |
| XYZ | 47.26 | 51.46 | 32.64 | - |
| YUV | 187.99 | 101.48 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 141 | 0 | 0.04 | 0.29 | 0.22 | 50.85 | 0.35 | 0.67 |
| Hex | C8 | BF | 8D | 0 | 4 | 1D | 16 | 33 | 23 | 43 |
| Octal | 310 | 277 | 215 | 0 | 4 | 35 | 26 | 63 | 43 | 103 |
| Binary | 11001000 | 10111111 | 10001101 | 0 | 100 | 11101 | 10110 | 110011 | 100011 | 1000011 |
Color Harmonies of #C8BF8D
Complementary color
Monochromatic Colors of #C8BF8D
Black with #C8BF8D
Text Example
Text Example
White with #C8BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF8D; }
p { color: rgb(200,191,141); }
H1.HeaderClassName
{
color: #C8BF8D;
}
.AnyTagClassName
{
color: #C8BF8D;
}
</style>
background-color css
<style>
a { background-color: #C8BF8D; }
a { background-color: rgb(200,191,141); }
div.DivClassName
{
background-color: #C8BF8D;
}
.BgClassName
{
background-color: #C8BF8D;
}
</style>
border-color css
<style>
span { border-color: #C8BF8D; }
span { border-color: rgb(200,191,141); }
td.TdClassName
{
border-color: #C8BF8D;
}
.TagClassName
{
border-color: #C8BF8D;
}
</style>