Shades of Winter Hazel #C7BF8A
Tints of Winter Hazel #C7BF8A
RGB
CMYK
RGB Variations
Color information
#C7BF8A (or 0xC7BF8A) is known color: Winter Hazel. HEX triplet: C7, BF and 8A. RGB value is (199,191,138). Sum of RGB (Red+Green+Blue) = 199+191+138=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BF8A is #384075. Grayscale: #BBBBBB. Windows color (decimal): -3686518 or 9093063. OLE color: 9093063.
HSL color Cylindrical-coordinate representation of color #C7BF8A: hue angle of 52.13º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7BF8A is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 191 | 138 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.22 |
| HSL | 52.13º | 0.35% | 0.66% | - |
| HSV(B) | 52.13º | 0.31% | 0.78% | - |
| XYZ | 46.77 | 51.24 | 31.47 | - |
| YUV | 187.35 | 100.15 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 138 | 0 | 0.04 | 0.31 | 0.22 | 52.13 | 0.35 | 0.66 |
| Hex | C7 | BF | 8A | 0 | 4 | 1F | 16 | 34 | 23 | 42 |
| Octal | 307 | 277 | 212 | 0 | 4 | 37 | 26 | 64 | 43 | 102 |
| Binary | 11000111 | 10111111 | 10001010 | 0 | 100 | 11111 | 10110 | 110100 | 100011 | 1000010 |
Color Harmonies of #C7BF8A
Complementary color
Monochromatic Colors of #C7BF8A
Black with #C7BF8A
Text Example
Text Example
White with #C7BF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BF8A; }
p { color: rgb(199,191,138); }
H1.HeaderClassName
{
color: #C7BF8A;
}
.AnyTagClassName
{
color: #C7BF8A;
}
</style>
background-color css
<style>
a { background-color: #C7BF8A; }
a { background-color: rgb(199,191,138); }
div.DivClassName
{
background-color: #C7BF8A;
}
.BgClassName
{
background-color: #C7BF8A;
}
</style>
border-color css
<style>
span { border-color: #C7BF8A; }
span { border-color: rgb(199,191,138); }
td.TdClassName
{
border-color: #C7BF8A;
}
.TagClassName
{
border-color: #C7BF8A;
}
</style>