Shades of Winter Hazel #C7C078
Tints of Winter Hazel #C7C078
RGB
CMYK
RGB Variations
Color information
#C7C078 (or 0xC7C078) is known color: Winter Hazel. HEX triplet: C7, C0 and 78. RGB value is (199,192,120). Sum of RGB (Red+Green+Blue) = 199+192+120=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C078 is #383F87. Grayscale: #BABABA. Windows color (decimal): -3686280 or 7913671. OLE color: 7913671.
HSL color Cylindrical-coordinate representation of color #C7C078: hue angle of 54.68º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7C078 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 120 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.22 |
| HSL | 54.68º | 0.41% | 0.63% | - |
| HSV(B) | 54.68º | 0.4% | 0.78% | - |
| XYZ | 45.79 | 51.2 | 25.24 | - |
| YUV | 185.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 120 | 0 | 0.04 | 0.40 | 0.22 | 54.68 | 0.41 | 0.63 |
| Hex | C7 | C0 | 78 | 0 | 4 | 28 | 16 | 37 | 29 | 3F |
| Octal | 307 | 300 | 170 | 0 | 4 | 50 | 26 | 67 | 51 | 77 |
| Binary | 11000111 | 11000000 | 1111000 | 0 | 100 | 101000 | 10110 | 110111 | 101001 | 111111 |
Color Harmonies of #C7C078
Complementary color
Monochromatic Colors of #C7C078
Black with #C7C078
Text Example
Text Example
White with #C7C078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C078; }
p { color: rgb(199,192,120); }
H1.HeaderClassName
{
color: #C7C078;
}
.AnyTagClassName
{
color: #C7C078;
}
</style>
background-color css
<style>
a { background-color: #C7C078; }
a { background-color: rgb(199,192,120); }
div.DivClassName
{
background-color: #C7C078;
}
.BgClassName
{
background-color: #C7C078;
}
</style>
border-color css
<style>
span { border-color: #C7C078; }
span { border-color: rgb(199,192,120); }
td.TdClassName
{
border-color: #C7C078;
}
.TagClassName
{
border-color: #C7C078;
}
</style>