Shades of Eunry #CAA6A3
Tints of Eunry #CAA6A3
RGB
CMYK
RGB Variations
Color information
#CAA6A3 (or 0xCAA6A3) is known color: Eunry. HEX triplet: CA, A6 and A3. RGB value is (202,166,163). Sum of RGB (Red+Green+Blue) = 202+166+163=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 163 (64.06% from 255 or 30.70% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA6A3 is #35595C. Grayscale: #B0B0B0. Windows color (decimal): -3496285 or 10725066. OLE color: 10725066.
HSL color Cylindrical-coordinate representation of color #CAA6A3: hue angle of 4.62º 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 #CAA6A3 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 163 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.21 |
| HSL | 4.62º | 0.27% | 0.72% | - |
| HSV(B) | 4.62º | 0.19% | 0.79% | - |
| XYZ | 44.6 | 42.47 | 40.5 | - |
| YUV | 176.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 163 | 0 | 0.18 | 0.19 | 0.21 | 4.62 | 0.27 | 0.72 |
| Hex | CA | A6 | A3 | 0 | 12 | 13 | 15 | 5 | 1B | 48 |
| Octal | 312 | 246 | 243 | 0 | 22 | 23 | 25 | 5 | 33 | 110 |
| Binary | 11001010 | 10100110 | 10100011 | 0 | 10010 | 10011 | 10101 | 101 | 11011 | 1001000 |
Color Harmonies of #CAA6A3
Complementary color
Monochromatic Colors of #CAA6A3
Black with #CAA6A3
Text Example
Text Example
White with #CAA6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6A3; }
p { color: rgb(202,166,163); }
H1.HeaderClassName
{
color: #CAA6A3;
}
.AnyTagClassName
{
color: #CAA6A3;
}
</style>
background-color css
<style>
a { background-color: #CAA6A3; }
a { background-color: rgb(202,166,163); }
div.DivClassName
{
background-color: #CAA6A3;
}
.BgClassName
{
background-color: #CAA6A3;
}
</style>
border-color css
<style>
span { border-color: #CAA6A3; }
span { border-color: rgb(202,166,163); }
td.TdClassName
{
border-color: #CAA6A3;
}
.TagClassName
{
border-color: #CAA6A3;
}
</style>