Shades of Eunry #C5AAA0
Tints of Eunry #C5AAA0
RGB
CMYK
RGB Variations
Color information
#C5AAA0 (or 0xC5AAA0) is known color: Eunry. HEX triplet: C5, AA and A0. RGB value is (197,170,160). Sum of RGB (Red+Green+Blue) = 197+170+160=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AAA0 is #3A555F. Grayscale: #B0B0B0. Windows color (decimal): -3822944 or 10529477. OLE color: 10529477.
HSL color Cylindrical-coordinate representation of color #C5AAA0: hue angle of 16.22º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5AAA0 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 160 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.23 |
| HSL | 16.22º | 0.24% | 0.7% | - |
| HSV(B) | 16.22º | 0.19% | 0.77% | - |
| XYZ | 43.75 | 43.16 | 39.28 | - |
| YUV | 176.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 160 | 0 | 0.14 | 0.19 | 0.23 | 16.22 | 0.24 | 0.7 |
| Hex | C5 | AA | A0 | 0 | E | 13 | 17 | 10 | 18 | 46 |
| Octal | 305 | 252 | 240 | 0 | 16 | 23 | 27 | 20 | 30 | 106 |
| Binary | 11000101 | 10101010 | 10100000 | 0 | 1110 | 10011 | 10111 | 10000 | 11000 | 1000110 |
Color Harmonies of #C5AAA0
Complementary color
Monochromatic Colors of #C5AAA0
Black with #C5AAA0
Text Example
Text Example
White with #C5AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AAA0; }
p { color: rgb(197,170,160); }
H1.HeaderClassName
{
color: #C5AAA0;
}
.AnyTagClassName
{
color: #C5AAA0;
}
</style>
background-color css
<style>
a { background-color: #C5AAA0; }
a { background-color: rgb(197,170,160); }
div.DivClassName
{
background-color: #C5AAA0;
}
.BgClassName
{
background-color: #C5AAA0;
}
</style>
border-color css
<style>
span { border-color: #C5AAA0; }
span { border-color: rgb(197,170,160); }
td.TdClassName
{
border-color: #C5AAA0;
}
.TagClassName
{
border-color: #C5AAA0;
}
</style>