Shades of Winter Hazel #C6BF8B
Tints of Winter Hazel #C6BF8B
RGB
CMYK
RGB Variations
Color information
#C6BF8B (or 0xC6BF8B) is known color: Winter Hazel. HEX triplet: C6, BF and 8B. RGB value is (198,191,139). Sum of RGB (Red+Green+Blue) = 198+191+139=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BF8B is #394074. Grayscale: #BBBBBB. Windows color (decimal): -3752053 or 9158598. OLE color: 9158598.
HSL color Cylindrical-coordinate representation of color #C6BF8B: hue angle of 52.88º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6BF8B is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 139 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.22 |
| HSL | 52.88º | 0.34% | 0.66% | - |
| HSV(B) | 52.88º | 0.3% | 0.78% | - |
| XYZ | 46.58 | 51.13 | 31.84 | - |
| YUV | 187.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 139 | 0 | 0.04 | 0.30 | 0.22 | 52.88 | 0.34 | 0.66 |
| Hex | C6 | BF | 8B | 0 | 4 | 1E | 16 | 35 | 22 | 42 |
| Octal | 306 | 277 | 213 | 0 | 4 | 36 | 26 | 65 | 42 | 102 |
| Binary | 11000110 | 10111111 | 10001011 | 0 | 100 | 11110 | 10110 | 110101 | 100010 | 1000010 |
Color Harmonies of #C6BF8B
Complementary color
Monochromatic Colors of #C6BF8B
Black with #C6BF8B
Text Example
Text Example
White with #C6BF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BF8B; }
p { color: rgb(198,191,139); }
H1.HeaderClassName
{
color: #C6BF8B;
}
.AnyTagClassName
{
color: #C6BF8B;
}
</style>
background-color css
<style>
a { background-color: #C6BF8B; }
a { background-color: rgb(198,191,139); }
div.DivClassName
{
background-color: #C6BF8B;
}
.BgClassName
{
background-color: #C6BF8B;
}
</style>
border-color css
<style>
span { border-color: #C6BF8B; }
span { border-color: rgb(198,191,139); }
td.TdClassName
{
border-color: #C6BF8B;
}
.TagClassName
{
border-color: #C6BF8B;
}
</style>