Shades of Winter Hazel #C5C083
Tints of Winter Hazel #C5C083
RGB
CMYK
RGB Variations
Color information
#C5C083 (or 0xC5C083) is known color: Winter Hazel. HEX triplet: C5, C0 and 83. RGB value is (197,192,131). Sum of RGB (Red+Green+Blue) = 197+192+131=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C083 is #3A3F7C. Grayscale: #BABABA. Windows color (decimal): -3817341 or 8634565. OLE color: 8634565.
HSL color Cylindrical-coordinate representation of color #C5C083: hue angle of 55.45º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5C083 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 131 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.23 |
| HSL | 55.45º | 0.36% | 0.64% | - |
| HSV(B) | 55.45º | 0.34% | 0.77% | - |
| XYZ | 45.97 | 51.21 | 28.93 | - |
| YUV | 186.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 131 | 0 | 0.03 | 0.34 | 0.23 | 55.45 | 0.36 | 0.64 |
| Hex | C5 | C0 | 83 | 0 | 3 | 22 | 17 | 37 | 24 | 40 |
| Octal | 305 | 300 | 203 | 0 | 3 | 42 | 27 | 67 | 44 | 100 |
| Binary | 11000101 | 11000000 | 10000011 | 0 | 11 | 100010 | 10111 | 110111 | 100100 | 1000000 |
Color Harmonies of #C5C083
Complementary color
Monochromatic Colors of #C5C083
Black with #C5C083
Text Example
Text Example
White with #C5C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C083; }
p { color: rgb(197,192,131); }
H1.HeaderClassName
{
color: #C5C083;
}
.AnyTagClassName
{
color: #C5C083;
}
</style>
background-color css
<style>
a { background-color: #C5C083; }
a { background-color: rgb(197,192,131); }
div.DivClassName
{
background-color: #C5C083;
}
.BgClassName
{
background-color: #C5C083;
}
</style>
border-color css
<style>
span { border-color: #C5C083; }
span { border-color: rgb(197,192,131); }
td.TdClassName
{
border-color: #C5C083;
}
.TagClassName
{
border-color: #C5C083;
}
</style>