Shades of Eunry #C5ABA7
Tints of Eunry #C5ABA7
RGB
CMYK
RGB Variations
Color information
#C5ABA7 (or 0xC5ABA7) is known color: Eunry. HEX triplet: C5, AB and A7. RGB value is (197,171,167). Sum of RGB (Red+Green+Blue) = 197+171+167=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 167 (65.62% from 255 or 31.21% from 535); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ABA7 is #3A5458. Grayscale: #B2B2B2. Windows color (decimal): -3822681 or 10988485. OLE color: 10988485.
HSL color Cylindrical-coordinate representation of color #C5ABA7: hue angle of 8º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5ABA7 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 167 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.23 |
| HSL | 8º | 0.21% | 0.71% | - |
| HSV(B) | 8º | 0.15% | 0.77% | - |
| XYZ | 44.56 | 43.79 | 42.66 | - |
| YUV | 178.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 167 | 0 | 0.13 | 0.15 | 0.23 | 8 | 0.21 | 0.71 |
| Hex | C5 | AB | A7 | 0 | D | F | 17 | 8 | 15 | 47 |
| Octal | 305 | 253 | 247 | 0 | 15 | 17 | 27 | 10 | 25 | 107 |
| Binary | 11000101 | 10101011 | 10100111 | 0 | 1101 | 1111 | 10111 | 1000 | 10101 | 1000111 |
Color Harmonies of #C5ABA7
Complementary color
Monochromatic Colors of #C5ABA7
Black with #C5ABA7
Text Example
Text Example
White with #C5ABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABA7; }
p { color: rgb(197,171,167); }
H1.HeaderClassName
{
color: #C5ABA7;
}
.AnyTagClassName
{
color: #C5ABA7;
}
</style>
background-color css
<style>
a { background-color: #C5ABA7; }
a { background-color: rgb(197,171,167); }
div.DivClassName
{
background-color: #C5ABA7;
}
.BgClassName
{
background-color: #C5ABA7;
}
</style>
border-color css
<style>
span { border-color: #C5ABA7; }
span { border-color: rgb(197,171,167); }
td.TdClassName
{
border-color: #C5ABA7;
}
.TagClassName
{
border-color: #C5ABA7;
}
</style>