Shades of Winter Hazel #C7C08D
Tints of Winter Hazel #C7C08D
RGB
CMYK
RGB Variations
Color information
#C7C08D (or 0xC7C08D) is known color: Winter Hazel. HEX triplet: C7, C0 and 8D. RGB value is (199,192,141). Sum of RGB (Red+Green+Blue) = 199+192+141=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C08D is #383F72. Grayscale: #BCBCBC. Windows color (decimal): -3686259 or 9289927. OLE color: 9289927.
HSL color Cylindrical-coordinate representation of color #C7C08D: hue angle of 52.76º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7C08D is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 141 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.22 |
| HSL | 52.76º | 0.34% | 0.67% | - |
| HSV(B) | 52.76º | 0.29% | 0.78% | - |
| XYZ | 47.21 | 51.76 | 32.7 | - |
| YUV | 188.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 141 | 0 | 0.04 | 0.29 | 0.22 | 52.76 | 0.34 | 0.67 |
| Hex | C7 | C0 | 8D | 0 | 4 | 1D | 16 | 35 | 22 | 43 |
| Octal | 307 | 300 | 215 | 0 | 4 | 35 | 26 | 65 | 42 | 103 |
| Binary | 11000111 | 11000000 | 10001101 | 0 | 100 | 11101 | 10110 | 110101 | 100010 | 1000011 |
Color Harmonies of #C7C08D
Complementary color
Monochromatic Colors of #C7C08D
Black with #C7C08D
Text Example
Text Example
White with #C7C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C08D; }
p { color: rgb(199,192,141); }
H1.HeaderClassName
{
color: #C7C08D;
}
.AnyTagClassName
{
color: #C7C08D;
}
</style>
background-color css
<style>
a { background-color: #C7C08D; }
a { background-color: rgb(199,192,141); }
div.DivClassName
{
background-color: #C7C08D;
}
.BgClassName
{
background-color: #C7C08D;
}
</style>
border-color css
<style>
span { border-color: #C7C08D; }
span { border-color: rgb(199,192,141); }
td.TdClassName
{
border-color: #C7C08D;
}
.TagClassName
{
border-color: #C7C08D;
}
</style>