Shades of Eunry #C5A196
Tints of Eunry #C5A196
RGB
CMYK
RGB Variations
Color information
#C5A196 (or 0xC5A196) is known color: Eunry. HEX triplet: C5, A1 and 96. RGB value is (197,161,150). Sum of RGB (Red+Green+Blue) = 197+161+150=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A196 is #3A5E69. Grayscale: #AAAAAA. Windows color (decimal): -3825258 or 9871813. OLE color: 9871813.
HSL color Cylindrical-coordinate representation of color #C5A196: hue angle of 14.04º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5A196 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 150 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.23 |
| HSL | 14.04º | 0.29% | 0.68% | - |
| HSV(B) | 14.04º | 0.24% | 0.77% | - |
| XYZ | 41.28 | 39.56 | 34.31 | - |
| YUV | 170.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 150 | 0 | 0.18 | 0.24 | 0.23 | 14.04 | 0.29 | 0.68 |
| Hex | C5 | A1 | 96 | 0 | 12 | 18 | 17 | E | 1D | 44 |
| Octal | 305 | 241 | 226 | 0 | 22 | 30 | 27 | 16 | 35 | 104 |
| Binary | 11000101 | 10100001 | 10010110 | 0 | 10010 | 11000 | 10111 | 1110 | 11101 | 1000100 |
Color Harmonies of #C5A196
Complementary color
Monochromatic Colors of #C5A196
Black with #C5A196
Text Example
Text Example
White with #C5A196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A196; }
p { color: rgb(197,161,150); }
H1.HeaderClassName
{
color: #C5A196;
}
.AnyTagClassName
{
color: #C5A196;
}
</style>
background-color css
<style>
a { background-color: #C5A196; }
a { background-color: rgb(197,161,150); }
div.DivClassName
{
background-color: #C5A196;
}
.BgClassName
{
background-color: #C5A196;
}
</style>
border-color css
<style>
span { border-color: #C5A196; }
span { border-color: rgb(197,161,150); }
td.TdClassName
{
border-color: #C5A196;
}
.TagClassName
{
border-color: #C5A196;
}
</style>