Shades of Winter Hazel #C6BF8A
Tints of Winter Hazel #C6BF8A
RGB
CMYK
RGB Variations
Color information
#C6BF8A (or 0xC6BF8A) is known color: Winter Hazel. HEX triplet: C6, BF and 8A. RGB value is (198,191,138). Sum of RGB (Red+Green+Blue) = 198+191+138=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BF8A is #394075. Grayscale: #BBBBBB. Windows color (decimal): -3752054 or 9093062. OLE color: 9093062.
HSL color Cylindrical-coordinate representation of color #C6BF8A: hue angle of 53º 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 #C6BF8A is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 138 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.22 |
| HSL | 53º | 0.34% | 0.66% | - |
| HSV(B) | 53º | 0.3% | 0.78% | - |
| XYZ | 46.51 | 51.1 | 31.46 | - |
| YUV | 187.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 138 | 0 | 0.04 | 0.30 | 0.22 | 53 | 0.34 | 0.66 |
| Hex | C6 | BF | 8A | 0 | 4 | 1E | 16 | 35 | 22 | 42 |
| Octal | 306 | 277 | 212 | 0 | 4 | 36 | 26 | 65 | 42 | 102 |
| Binary | 11000110 | 10111111 | 10001010 | 0 | 100 | 11110 | 10110 | 110101 | 100010 | 1000010 |
Color Harmonies of #C6BF8A
Complementary color
Monochromatic Colors of #C6BF8A
Black with #C6BF8A
Text Example
Text Example
White with #C6BF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BF8A; }
p { color: rgb(198,191,138); }
H1.HeaderClassName
{
color: #C6BF8A;
}
.AnyTagClassName
{
color: #C6BF8A;
}
</style>
background-color css
<style>
a { background-color: #C6BF8A; }
a { background-color: rgb(198,191,138); }
div.DivClassName
{
background-color: #C6BF8A;
}
.BgClassName
{
background-color: #C6BF8A;
}
</style>
border-color css
<style>
span { border-color: #C6BF8A; }
span { border-color: rgb(198,191,138); }
td.TdClassName
{
border-color: #C6BF8A;
}
.TagClassName
{
border-color: #C6BF8A;
}
</style>