Shades of Eunry #CAA5A3
Tints of Eunry #CAA5A3
RGB
CMYK
RGB Variations
Color information
#CAA5A3 (or 0xCAA5A3) is known color: Eunry. HEX triplet: CA, A5 and A3. RGB value is (202,165,163). Sum of RGB (Red+Green+Blue) = 202+165+163=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA5A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA5A3 is #355A5C. Grayscale: #AFAFAF. Windows color (decimal): -3496541 or 10724810. OLE color: 10724810.
HSL color Cylindrical-coordinate representation of color #CAA5A3: hue angle of 3.08º degrees, saturation: 0.27, 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 #CAA5A3 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 163 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.21 |
| HSL | 3.08º | 0.27% | 0.72% | - |
| HSV(B) | 3.08º | 0.19% | 0.79% | - |
| XYZ | 44.42 | 42.11 | 40.44 | - |
| YUV | 175.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 163 | 0 | 0.18 | 0.19 | 0.21 | 3.08 | 0.27 | 0.72 |
| Hex | CA | A5 | A3 | 0 | 12 | 13 | 15 | 3 | 1B | 48 |
| Octal | 312 | 245 | 243 | 0 | 22 | 23 | 25 | 3 | 33 | 110 |
| Binary | 11001010 | 10100101 | 10100011 | 0 | 10010 | 10011 | 10101 | 11 | 11011 | 1001000 |
Color Harmonies of #CAA5A3
Complementary color
Monochromatic Colors of #CAA5A3
Black with #CAA5A3
Text Example
Text Example
White with #CAA5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA5A3; }
p { color: rgb(202,165,163); }
H1.HeaderClassName
{
color: #CAA5A3;
}
.AnyTagClassName
{
color: #CAA5A3;
}
</style>
background-color css
<style>
a { background-color: #CAA5A3; }
a { background-color: rgb(202,165,163); }
div.DivClassName
{
background-color: #CAA5A3;
}
.BgClassName
{
background-color: #CAA5A3;
}
</style>
border-color css
<style>
span { border-color: #CAA5A3; }
span { border-color: rgb(202,165,163); }
td.TdClassName
{
border-color: #CAA5A3;
}
.TagClassName
{
border-color: #CAA5A3;
}
</style>