Shades of Eunry #CAA9A4
Tints of Eunry #CAA9A4
RGB
CMYK
RGB Variations
Color information
#CAA9A4 (or 0xCAA9A4) is known color: Eunry. HEX triplet: CA, A9 and A4. RGB value is (202,169,164). Sum of RGB (Red+Green+Blue) = 202+169+164=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA9A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA9A4 is #35565B. Grayscale: #B2B2B2. Windows color (decimal): -3495516 or 10791370. OLE color: 10791370.
HSL color Cylindrical-coordinate representation of color #CAA9A4: hue angle of 7.89º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA9A4 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 164 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.21 |
| HSL | 7.89º | 0.26% | 0.72% | - |
| HSV(B) | 7.89º | 0.19% | 0.79% | - |
| XYZ | 45.25 | 43.61 | 41.16 | - |
| YUV | 178.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 164 | 0 | 0.16 | 0.19 | 0.21 | 7.89 | 0.26 | 0.72 |
| Hex | CA | A9 | A4 | 0 | 10 | 13 | 15 | 8 | 1A | 48 |
| Octal | 312 | 251 | 244 | 0 | 20 | 23 | 25 | 10 | 32 | 110 |
| Binary | 11001010 | 10101001 | 10100100 | 0 | 10000 | 10011 | 10101 | 1000 | 11010 | 1001000 |
Color Harmonies of #CAA9A4
Complementary color
Monochromatic Colors of #CAA9A4
Black with #CAA9A4
Text Example
Text Example
White with #CAA9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA9A4; }
p { color: rgb(202,169,164); }
H1.HeaderClassName
{
color: #CAA9A4;
}
.AnyTagClassName
{
color: #CAA9A4;
}
</style>
background-color css
<style>
a { background-color: #CAA9A4; }
a { background-color: rgb(202,169,164); }
div.DivClassName
{
background-color: #CAA9A4;
}
.BgClassName
{
background-color: #CAA9A4;
}
</style>
border-color css
<style>
span { border-color: #CAA9A4; }
span { border-color: rgb(202,169,164); }
td.TdClassName
{
border-color: #CAA9A4;
}
.TagClassName
{
border-color: #CAA9A4;
}
</style>