Shades of Winter Hazel #C6C07D
Tints of Winter Hazel #C6C07D
RGB
CMYK
RGB Variations
Color information
#C6C07D (or 0xC6C07D) is known color: Winter Hazel. HEX triplet: C6, C0 and 7D. RGB value is (198,192,125). Sum of RGB (Red+Green+Blue) = 198+192+125=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C07D is #393F82. Grayscale: #BABABA. Windows color (decimal): -3751811 or 8241350. OLE color: 8241350.
HSL color Cylindrical-coordinate representation of color #C6C07D: hue angle of 55.07º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6C07D is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 125 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.22 |
| HSL | 55.07º | 0.39% | 0.63% | - |
| HSV(B) | 55.07º | 0.37% | 0.78% | - |
| XYZ | 45.84 | 51.19 | 26.87 | - |
| YUV | 186.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 125 | 0 | 0.03 | 0.37 | 0.22 | 55.07 | 0.39 | 0.63 |
| Hex | C6 | C0 | 7D | 0 | 3 | 25 | 16 | 37 | 27 | 3F |
| Octal | 306 | 300 | 175 | 0 | 3 | 45 | 26 | 67 | 47 | 77 |
| Binary | 11000110 | 11000000 | 1111101 | 0 | 11 | 100101 | 10110 | 110111 | 100111 | 111111 |
Color Harmonies of #C6C07D
Complementary color
Monochromatic Colors of #C6C07D
Black with #C6C07D
Text Example
Text Example
White with #C6C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C07D; }
p { color: rgb(198,192,125); }
H1.HeaderClassName
{
color: #C6C07D;
}
.AnyTagClassName
{
color: #C6C07D;
}
</style>
background-color css
<style>
a { background-color: #C6C07D; }
a { background-color: rgb(198,192,125); }
div.DivClassName
{
background-color: #C6C07D;
}
.BgClassName
{
background-color: #C6C07D;
}
</style>
border-color css
<style>
span { border-color: #C6C07D; }
span { border-color: rgb(198,192,125); }
td.TdClassName
{
border-color: #C6C07D;
}
.TagClassName
{
border-color: #C6C07D;
}
</style>