Shades of Winter Hazel #C6C07E
Tints of Winter Hazel #C6C07E
RGB
CMYK
RGB Variations
Color information
#C6C07E (or 0xC6C07E) is known color: Winter Hazel. HEX triplet: C6, C0 and 7E. RGB value is (198,192,126). Sum of RGB (Red+Green+Blue) = 198+192+126=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C07E is #393F81. Grayscale: #BABABA. Windows color (decimal): -3751810 or 8306886. OLE color: 8306886.
HSL color Cylindrical-coordinate representation of color #C6C07E: hue angle of 55º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6C07E is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 126 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.22 |
| HSL | 55º | 0.39% | 0.64% | - |
| HSV(B) | 55º | 0.36% | 0.78% | - |
| XYZ | 45.9 | 51.21 | 27.2 | - |
| YUV | 186.27 | 93.99 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 126 | 0 | 0.03 | 0.36 | 0.22 | 55 | 0.39 | 0.64 |
| Hex | C6 | C0 | 7E | 0 | 3 | 24 | 16 | 37 | 27 | 40 |
| Octal | 306 | 300 | 176 | 0 | 3 | 44 | 26 | 67 | 47 | 100 |
| Binary | 11000110 | 11000000 | 1111110 | 0 | 11 | 100100 | 10110 | 110111 | 100111 | 1000000 |
Color Harmonies of #C6C07E
Complementary color
Monochromatic Colors of #C6C07E
Black with #C6C07E
Text Example
Text Example
White with #C6C07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C07E; }
p { color: rgb(198,192,126); }
H1.HeaderClassName
{
color: #C6C07E;
}
.AnyTagClassName
{
color: #C6C07E;
}
</style>
background-color css
<style>
a { background-color: #C6C07E; }
a { background-color: rgb(198,192,126); }
div.DivClassName
{
background-color: #C6C07E;
}
.BgClassName
{
background-color: #C6C07E;
}
</style>
border-color css
<style>
span { border-color: #C6C07E; }
span { border-color: rgb(198,192,126); }
td.TdClassName
{
border-color: #C6C07E;
}
.TagClassName
{
border-color: #C6C07E;
}
</style>