Shades of Winter Hazel #C5C189
Tints of Winter Hazel #C5C189
RGB
CMYK
RGB Variations
Color information
#C5C189 (or 0xC5C189) is known color: Winter Hazel. HEX triplet: C5, C1 and 89. RGB value is (197,193,137). Sum of RGB (Red+Green+Blue) = 197+193+137=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C189 is #3A3E76. Grayscale: #BCBCBC. Windows color (decimal): -3817079 or 9028037. OLE color: 9028037.
HSL color Cylindrical-coordinate representation of color #C5C189: hue angle of 56º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5C189 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 137 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.23 |
| HSL | 56º | 0.34% | 0.65% | - |
| HSV(B) | 56º | 0.3% | 0.77% | - |
| XYZ | 46.61 | 51.82 | 31.21 | - |
| YUV | 187.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 137 | 0 | 0.02 | 0.30 | 0.23 | 56 | 0.34 | 0.65 |
| Hex | C5 | C1 | 89 | 0 | 2 | 1E | 17 | 38 | 22 | 41 |
| Octal | 305 | 301 | 211 | 0 | 2 | 36 | 27 | 70 | 42 | 101 |
| Binary | 11000101 | 11000001 | 10001001 | 0 | 10 | 11110 | 10111 | 111000 | 100010 | 1000001 |
Color Harmonies of #C5C189
Complementary color
Monochromatic Colors of #C5C189
Black with #C5C189
Text Example
Text Example
White with #C5C189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C189; }
p { color: rgb(197,193,137); }
H1.HeaderClassName
{
color: #C5C189;
}
.AnyTagClassName
{
color: #C5C189;
}
</style>
background-color css
<style>
a { background-color: #C5C189; }
a { background-color: rgb(197,193,137); }
div.DivClassName
{
background-color: #C5C189;
}
.BgClassName
{
background-color: #C5C189;
}
</style>
border-color css
<style>
span { border-color: #C5C189; }
span { border-color: rgb(197,193,137); }
td.TdClassName
{
border-color: #C5C189;
}
.TagClassName
{
border-color: #C5C189;
}
</style>