Shades of Eunry #C5ABA4
Tints of Eunry #C5ABA4
RGB
CMYK
RGB Variations
Color information
#C5ABA4 (or 0xC5ABA4) is known color: Eunry. HEX triplet: C5, AB and A4. RGB value is (197,171,164). Sum of RGB (Red+Green+Blue) = 197+171+164=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ABA4 is #3A545B. Grayscale: #B2B2B2. Windows color (decimal): -3822684 or 10791877. OLE color: 10791877.
HSL color Cylindrical-coordinate representation of color #C5ABA4: hue angle of 12.73º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5ABA4 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 164 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.23 |
| HSL | 12.73º | 0.22% | 0.71% | - |
| HSV(B) | 12.73º | 0.17% | 0.77% | - |
| XYZ | 44.29 | 43.68 | 41.22 | - |
| YUV | 177.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 164 | 0 | 0.13 | 0.17 | 0.23 | 12.73 | 0.22 | 0.71 |
| Hex | C5 | AB | A4 | 0 | D | 11 | 17 | D | 16 | 47 |
| Octal | 305 | 253 | 244 | 0 | 15 | 21 | 27 | 15 | 26 | 107 |
| Binary | 11000101 | 10101011 | 10100100 | 0 | 1101 | 10001 | 10111 | 1101 | 10110 | 1000111 |
Color Harmonies of #C5ABA4
Complementary color
Monochromatic Colors of #C5ABA4
Black with #C5ABA4
Text Example
Text Example
White with #C5ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABA4; }
p { color: rgb(197,171,164); }
H1.HeaderClassName
{
color: #C5ABA4;
}
.AnyTagClassName
{
color: #C5ABA4;
}
</style>
background-color css
<style>
a { background-color: #C5ABA4; }
a { background-color: rgb(197,171,164); }
div.DivClassName
{
background-color: #C5ABA4;
}
.BgClassName
{
background-color: #C5ABA4;
}
</style>
border-color css
<style>
span { border-color: #C5ABA4; }
span { border-color: rgb(197,171,164); }
td.TdClassName
{
border-color: #C5ABA4;
}
.TagClassName
{
border-color: #C5ABA4;
}
</style>