Shades of Eunry #C5AAA6
Tints of Eunry #C5AAA6
RGB
CMYK
RGB Variations
Color information
#C5AAA6 (or 0xC5AAA6) is known color: Eunry. HEX triplet: C5, AA and A6. RGB value is (197,170,166). Sum of RGB (Red+Green+Blue) = 197+170+166=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AAA6 is #3A5559. Grayscale: #B1B1B1. Windows color (decimal): -3822938 or 10922693. OLE color: 10922693.
HSL color Cylindrical-coordinate representation of color #C5AAA6: hue angle of 7.74º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5AAA6 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 166 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.23 |
| HSL | 7.74º | 0.21% | 0.71% | - |
| HSV(B) | 7.74º | 0.16% | 0.77% | - |
| XYZ | 44.28 | 43.37 | 42.11 | - |
| YUV | 177.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 166 | 0 | 0.14 | 0.16 | 0.23 | 7.74 | 0.21 | 0.71 |
| Hex | C5 | AA | A6 | 0 | E | 10 | 17 | 8 | 15 | 47 |
| Octal | 305 | 252 | 246 | 0 | 16 | 20 | 27 | 10 | 25 | 107 |
| Binary | 11000101 | 10101010 | 10100110 | 0 | 1110 | 10000 | 10111 | 1000 | 10101 | 1000111 |
Color Harmonies of #C5AAA6
Complementary color
Monochromatic Colors of #C5AAA6
Black with #C5AAA6
Text Example
Text Example
White with #C5AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AAA6; }
p { color: rgb(197,170,166); }
H1.HeaderClassName
{
color: #C5AAA6;
}
.AnyTagClassName
{
color: #C5AAA6;
}
</style>
background-color css
<style>
a { background-color: #C5AAA6; }
a { background-color: rgb(197,170,166); }
div.DivClassName
{
background-color: #C5AAA6;
}
.BgClassName
{
background-color: #C5AAA6;
}
</style>
border-color css
<style>
span { border-color: #C5AAA6; }
span { border-color: rgb(197,170,166); }
td.TdClassName
{
border-color: #C5AAA6;
}
.TagClassName
{
border-color: #C5AAA6;
}
</style>