Shades of Winter Hazel #C7C281
Tints of Winter Hazel #C7C281
RGB
CMYK
RGB Variations
Color information
#C7C281 (or 0xC7C281) is known color: Winter Hazel. HEX triplet: C7, C2 and 81. RGB value is (199,194,129). Sum of RGB (Red+Green+Blue) = 199+194+129=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C281 is #383D7E. Grayscale: #BCBCBC. Windows color (decimal): -3685759 or 8504007. OLE color: 8504007.
HSL color Cylindrical-coordinate representation of color #C7C281: hue angle of 55.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7C281 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 129 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.22 |
| HSL | 55.71º | 0.38% | 0.64% | - |
| HSV(B) | 55.71º | 0.35% | 0.78% | - |
| XYZ | 46.81 | 52.31 | 28.4 | - |
| YUV | 188.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 129 | 0 | 0.03 | 0.35 | 0.22 | 55.71 | 0.38 | 0.64 |
| Hex | C7 | C2 | 81 | 0 | 3 | 23 | 16 | 38 | 26 | 40 |
| Octal | 307 | 302 | 201 | 0 | 3 | 43 | 26 | 70 | 46 | 100 |
| Binary | 11000111 | 11000010 | 10000001 | 0 | 11 | 100011 | 10110 | 111000 | 100110 | 1000000 |
Color Harmonies of #C7C281
Complementary color
Monochromatic Colors of #C7C281
Black with #C7C281
Text Example
Text Example
White with #C7C281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C281; }
p { color: rgb(199,194,129); }
H1.HeaderClassName
{
color: #C7C281;
}
.AnyTagClassName
{
color: #C7C281;
}
</style>
background-color css
<style>
a { background-color: #C7C281; }
a { background-color: rgb(199,194,129); }
div.DivClassName
{
background-color: #C7C281;
}
.BgClassName
{
background-color: #C7C281;
}
</style>
border-color css
<style>
span { border-color: #C7C281; }
span { border-color: rgb(199,194,129); }
td.TdClassName
{
border-color: #C7C281;
}
.TagClassName
{
border-color: #C7C281;
}
</style>