Shades of Winter Hazel #C6C087
Tints of Winter Hazel #C6C087
RGB
CMYK
RGB Variations
Color information
#C6C087 (or 0xC6C087) is known color: Winter Hazel. HEX triplet: C6, C0 and 87. RGB value is (198,192,135). Sum of RGB (Red+Green+Blue) = 198+192+135=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C087 is #393F78. Grayscale: #BBBBBB. Windows color (decimal): -3751801 or 8896710. OLE color: 8896710.
HSL color Cylindrical-coordinate representation of color #C6C087: hue angle of 54.29º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6C087 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 135 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.22 |
| HSL | 54.29º | 0.36% | 0.65% | - |
| HSV(B) | 54.29º | 0.32% | 0.78% | - |
| XYZ | 46.51 | 51.45 | 30.4 | - |
| YUV | 187.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 135 | 0 | 0.03 | 0.32 | 0.22 | 54.29 | 0.36 | 0.65 |
| Hex | C6 | C0 | 87 | 0 | 3 | 20 | 16 | 36 | 24 | 41 |
| Octal | 306 | 300 | 207 | 0 | 3 | 40 | 26 | 66 | 44 | 101 |
| Binary | 11000110 | 11000000 | 10000111 | 0 | 11 | 100000 | 10110 | 110110 | 100100 | 1000001 |
Color Harmonies of #C6C087
Complementary color
Monochromatic Colors of #C6C087
Black with #C6C087
Text Example
Text Example
White with #C6C087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C087; }
p { color: rgb(198,192,135); }
H1.HeaderClassName
{
color: #C6C087;
}
.AnyTagClassName
{
color: #C6C087;
}
</style>
background-color css
<style>
a { background-color: #C6C087; }
a { background-color: rgb(198,192,135); }
div.DivClassName
{
background-color: #C6C087;
}
.BgClassName
{
background-color: #C6C087;
}
</style>
border-color css
<style>
span { border-color: #C6C087; }
span { border-color: rgb(198,192,135); }
td.TdClassName
{
border-color: #C6C087;
}
.TagClassName
{
border-color: #C6C087;
}
</style>