Shades of Winter Hazel #C5C187
Tints of Winter Hazel #C5C187
RGB
CMYK
RGB Variations
Color information
#C5C187 (or 0xC5C187) is known color: Winter Hazel. HEX triplet: C5, C1 and 87. RGB value is (197,193,135). Sum of RGB (Red+Green+Blue) = 197+193+135=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C187 is #3A3E78. Grayscale: #BBBBBB. Windows color (decimal): -3817081 or 8896965. OLE color: 8896965.
HSL color Cylindrical-coordinate representation of color #C5C187: hue angle of 56.13º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5C187 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 135 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.23 |
| HSL | 56.13º | 0.35% | 0.65% | - |
| HSV(B) | 56.13º | 0.31% | 0.77% | - |
| XYZ | 46.47 | 51.76 | 30.46 | - |
| YUV | 187.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 135 | 0 | 0.02 | 0.31 | 0.23 | 56.13 | 0.35 | 0.65 |
| Hex | C5 | C1 | 87 | 0 | 2 | 1F | 17 | 38 | 23 | 41 |
| Octal | 305 | 301 | 207 | 0 | 2 | 37 | 27 | 70 | 43 | 101 |
| Binary | 11000101 | 11000001 | 10000111 | 0 | 10 | 11111 | 10111 | 111000 | 100011 | 1000001 |
Color Harmonies of #C5C187
Complementary color
Monochromatic Colors of #C5C187
Black with #C5C187
Text Example
Text Example
White with #C5C187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C187; }
p { color: rgb(197,193,135); }
H1.HeaderClassName
{
color: #C5C187;
}
.AnyTagClassName
{
color: #C5C187;
}
</style>
background-color css
<style>
a { background-color: #C5C187; }
a { background-color: rgb(197,193,135); }
div.DivClassName
{
background-color: #C5C187;
}
.BgClassName
{
background-color: #C5C187;
}
</style>
border-color css
<style>
span { border-color: #C5C187; }
span { border-color: rgb(197,193,135); }
td.TdClassName
{
border-color: #C5C187;
}
.TagClassName
{
border-color: #C5C187;
}
</style>