Shades of Eunry #CAA9A1
Tints of Eunry #CAA9A1
RGB
CMYK
RGB Variations
Color information
#CAA9A1 (or 0xCAA9A1) is known color: Eunry. HEX triplet: CA, A9 and A1. RGB value is (202,169,161). Sum of RGB (Red+Green+Blue) = 202+169+161=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA9A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA9A1 is #35565E. Grayscale: #B2B2B2. Windows color (decimal): -3495519 or 10594762. OLE color: 10594762.
HSL color Cylindrical-coordinate representation of color #CAA9A1: hue angle of 11.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA9A1 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 161 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.21 |
| HSL | 11.71º | 0.28% | 0.71% | - |
| HSV(B) | 11.71º | 0.2% | 0.79% | - |
| XYZ | 44.98 | 43.51 | 39.75 | - |
| YUV | 177.96 | 118.43 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 161 | 0 | 0.16 | 0.20 | 0.21 | 11.71 | 0.28 | 0.71 |
| Hex | CA | A9 | A1 | 0 | 10 | 14 | 15 | C | 1C | 47 |
| Octal | 312 | 251 | 241 | 0 | 20 | 24 | 25 | 14 | 34 | 107 |
| Binary | 11001010 | 10101001 | 10100001 | 0 | 10000 | 10100 | 10101 | 1100 | 11100 | 1000111 |
Color Harmonies of #CAA9A1
Complementary color
Monochromatic Colors of #CAA9A1
Black with #CAA9A1
Text Example
Text Example
White with #CAA9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA9A1; }
p { color: rgb(202,169,161); }
H1.HeaderClassName
{
color: #CAA9A1;
}
.AnyTagClassName
{
color: #CAA9A1;
}
</style>
background-color css
<style>
a { background-color: #CAA9A1; }
a { background-color: rgb(202,169,161); }
div.DivClassName
{
background-color: #CAA9A1;
}
.BgClassName
{
background-color: #CAA9A1;
}
</style>
border-color css
<style>
span { border-color: #CAA9A1; }
span { border-color: rgb(202,169,161); }
td.TdClassName
{
border-color: #CAA9A1;
}
.TagClassName
{
border-color: #CAA9A1;
}
</style>