Shades of Eunry #CAA8A6
Tints of Eunry #CAA8A6
RGB
CMYK
RGB Variations
Color information
#CAA8A6 (or 0xCAA8A6) is known color: Eunry. HEX triplet: CA, A8 and A6. RGB value is (202,168,166). Sum of RGB (Red+Green+Blue) = 202+168+166=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA8A6 is #355759. Grayscale: #B1B1B1. Windows color (decimal): -3495770 or 10922186. OLE color: 10922186.
HSL color Cylindrical-coordinate representation of color #CAA8A6: hue angle of 3.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAA8A6 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 166 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.21 |
| HSL | 3.33º | 0.25% | 0.72% | - |
| HSV(B) | 3.33º | 0.18% | 0.79% | - |
| XYZ | 45.24 | 43.31 | 42.05 | - |
| YUV | 177.94 | 121.26 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 166 | 0 | 0.17 | 0.18 | 0.21 | 3.33 | 0.25 | 0.72 |
| Hex | CA | A8 | A6 | 0 | 11 | 12 | 15 | 3 | 19 | 48 |
| Octal | 312 | 250 | 246 | 0 | 21 | 22 | 25 | 3 | 31 | 110 |
| Binary | 11001010 | 10101000 | 10100110 | 0 | 10001 | 10010 | 10101 | 11 | 11001 | 1001000 |
Color Harmonies of #CAA8A6
Complementary color
Monochromatic Colors of #CAA8A6
Black with #CAA8A6
Text Example
Text Example
White with #CAA8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8A6; }
p { color: rgb(202,168,166); }
H1.HeaderClassName
{
color: #CAA8A6;
}
.AnyTagClassName
{
color: #CAA8A6;
}
</style>
background-color css
<style>
a { background-color: #CAA8A6; }
a { background-color: rgb(202,168,166); }
div.DivClassName
{
background-color: #CAA8A6;
}
.BgClassName
{
background-color: #CAA8A6;
}
</style>
border-color css
<style>
span { border-color: #CAA8A6; }
span { border-color: rgb(202,168,166); }
td.TdClassName
{
border-color: #CAA8A6;
}
.TagClassName
{
border-color: #CAA8A6;
}
</style>