Shades of Winter Hazel #C7BF8D
Tints of Winter Hazel #C7BF8D
RGB
CMYK
RGB Variations
Color information
#C7BF8D (or 0xC7BF8D) is known color: Winter Hazel. HEX triplet: C7, BF and 8D. RGB value is (199,191,141). Sum of RGB (Red+Green+Blue) = 199+191+141=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BF8D is #384072. Grayscale: #BBBBBB. Windows color (decimal): -3686515 or 9289671. OLE color: 9289671.
HSL color Cylindrical-coordinate representation of color #C7BF8D: hue angle of 51.72º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7BF8D is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 191 | 141 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.22 |
| HSL | 51.72º | 0.34% | 0.67% | - |
| HSV(B) | 51.72º | 0.29% | 0.78% | - |
| XYZ | 46.99 | 51.33 | 32.63 | - |
| YUV | 187.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 141 | 0 | 0.04 | 0.29 | 0.22 | 51.72 | 0.34 | 0.67 |
| Hex | C7 | BF | 8D | 0 | 4 | 1D | 16 | 34 | 22 | 43 |
| Octal | 307 | 277 | 215 | 0 | 4 | 35 | 26 | 64 | 42 | 103 |
| Binary | 11000111 | 10111111 | 10001101 | 0 | 100 | 11101 | 10110 | 110100 | 100010 | 1000011 |
Color Harmonies of #C7BF8D
Complementary color
Monochromatic Colors of #C7BF8D
Black with #C7BF8D
Text Example
Text Example
White with #C7BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BF8D; }
p { color: rgb(199,191,141); }
H1.HeaderClassName
{
color: #C7BF8D;
}
.AnyTagClassName
{
color: #C7BF8D;
}
</style>
background-color css
<style>
a { background-color: #C7BF8D; }
a { background-color: rgb(199,191,141); }
div.DivClassName
{
background-color: #C7BF8D;
}
.BgClassName
{
background-color: #C7BF8D;
}
</style>
border-color css
<style>
span { border-color: #C7BF8D; }
span { border-color: rgb(199,191,141); }
td.TdClassName
{
border-color: #C7BF8D;
}
.TagClassName
{
border-color: #C7BF8D;
}
</style>