Shades of Eunry #C5A19E
Tints of Eunry #C5A19E
RGB
CMYK
RGB Variations
Color information
#C5A19E (or 0xC5A19E) is known color: Eunry. HEX triplet: C5, A1 and 9E. RGB value is (197,161,158). Sum of RGB (Red+Green+Blue) = 197+161+158=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A19E is #3A5E61. Grayscale: #ABABAB. Windows color (decimal): -3825250 or 10396101. OLE color: 10396101.
HSL color Cylindrical-coordinate representation of color #C5A19E: hue angle of 4.62º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5A19E is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 158 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.23 |
| HSL | 4.62º | 0.25% | 0.7% | - |
| HSV(B) | 4.62º | 0.2% | 0.77% | - |
| XYZ | 41.94 | 39.83 | 37.82 | - |
| YUV | 171.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 158 | 0 | 0.18 | 0.20 | 0.23 | 4.62 | 0.25 | 0.7 |
| Hex | C5 | A1 | 9E | 0 | 12 | 14 | 17 | 5 | 19 | 46 |
| Octal | 305 | 241 | 236 | 0 | 22 | 24 | 27 | 5 | 31 | 106 |
| Binary | 11000101 | 10100001 | 10011110 | 0 | 10010 | 10100 | 10111 | 101 | 11001 | 1000110 |
Color Harmonies of #C5A19E
Complementary color
Monochromatic Colors of #C5A19E
Black with #C5A19E
Text Example
Text Example
White with #C5A19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A19E; }
p { color: rgb(197,161,158); }
H1.HeaderClassName
{
color: #C5A19E;
}
.AnyTagClassName
{
color: #C5A19E;
}
</style>
background-color css
<style>
a { background-color: #C5A19E; }
a { background-color: rgb(197,161,158); }
div.DivClassName
{
background-color: #C5A19E;
}
.BgClassName
{
background-color: #C5A19E;
}
</style>
border-color css
<style>
span { border-color: #C5A19E; }
span { border-color: rgb(197,161,158); }
td.TdClassName
{
border-color: #C5A19E;
}
.TagClassName
{
border-color: #C5A19E;
}
</style>