Shades of Eunry #C5A095
Tints of Eunry #C5A095
RGB
CMYK
RGB Variations
Color information
#C5A095 (or 0xC5A095) is known color: Eunry. HEX triplet: C5, A0 and 95. RGB value is (197,160,149). Sum of RGB (Red+Green+Blue) = 197+160+149=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A095 is #3A5F6A. Grayscale: #A9A9A9. Windows color (decimal): -3825515 or 9806021. OLE color: 9806021.
HSL color Cylindrical-coordinate representation of color #C5A095: hue angle of 13.75º 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 #C5A095 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 149 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.23 |
| HSL | 13.75º | 0.29% | 0.68% | - |
| HSV(B) | 13.75º | 0.24% | 0.77% | - |
| XYZ | 41.02 | 39.18 | 33.83 | - |
| YUV | 169.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 149 | 0 | 0.19 | 0.24 | 0.23 | 13.75 | 0.29 | 0.68 |
| Hex | C5 | A0 | 95 | 0 | 13 | 18 | 17 | E | 1D | 44 |
| Octal | 305 | 240 | 225 | 0 | 23 | 30 | 27 | 16 | 35 | 104 |
| Binary | 11000101 | 10100000 | 10010101 | 0 | 10011 | 11000 | 10111 | 1110 | 11101 | 1000100 |
Color Harmonies of #C5A095
Complementary color
Monochromatic Colors of #C5A095
Black with #C5A095
Text Example
Text Example
White with #C5A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A095; }
p { color: rgb(197,160,149); }
H1.HeaderClassName
{
color: #C5A095;
}
.AnyTagClassName
{
color: #C5A095;
}
</style>
background-color css
<style>
a { background-color: #C5A095; }
a { background-color: rgb(197,160,149); }
div.DivClassName
{
background-color: #C5A095;
}
.BgClassName
{
background-color: #C5A095;
}
</style>
border-color css
<style>
span { border-color: #C5A095; }
span { border-color: rgb(197,160,149); }
td.TdClassName
{
border-color: #C5A095;
}
.TagClassName
{
border-color: #C5A095;
}
</style>