Shades of Eunry #CAA5A5
Tints of Eunry #CAA5A5
RGB
CMYK
RGB Variations
Color information
#CAA5A5 (or 0xCAA5A5) is known color: Eunry. HEX triplet: CA, A5 and A5. RGB value is (202,165,165). Sum of RGB (Red+Green+Blue) = 202+165+165=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA5A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA5A5 is #355A5A. Grayscale: #B0B0B0. Windows color (decimal): -3496539 or 10855882. OLE color: 10855882.
HSL color Cylindrical-coordinate representation of color #CAA5A5: hue angle of 0º degrees, saturation: 0.26, 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 #CAA5A5 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 165 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.21 |
| HSL | 0º | 0.26% | 0.72% | - |
| HSV(B) | 0º | 0.18% | 0.79% | - |
| XYZ | 44.6 | 42.18 | 41.39 | - |
| YUV | 176.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 165 | 0 | 0.18 | 0.18 | 0.21 | 0 | 0.26 | 0.72 |
| Hex | CA | A5 | A5 | 0 | 12 | 12 | 15 | 0 | 1A | 48 |
| Octal | 312 | 245 | 245 | 0 | 22 | 22 | 25 | 0 | 32 | 110 |
| Binary | 11001010 | 10100101 | 10100101 | 0 | 10010 | 10010 | 10101 | 0 | 11010 | 1001000 |
Color Harmonies of #CAA5A5
Complementary color
Monochromatic Colors of #CAA5A5
Black with #CAA5A5
Text Example
Text Example
White with #CAA5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA5A5; }
p { color: rgb(202,165,165); }
H1.HeaderClassName
{
color: #CAA5A5;
}
.AnyTagClassName
{
color: #CAA5A5;
}
</style>
background-color css
<style>
a { background-color: #CAA5A5; }
a { background-color: rgb(202,165,165); }
div.DivClassName
{
background-color: #CAA5A5;
}
.BgClassName
{
background-color: #CAA5A5;
}
</style>
border-color css
<style>
span { border-color: #CAA5A5; }
span { border-color: rgb(202,165,165); }
td.TdClassName
{
border-color: #CAA5A5;
}
.TagClassName
{
border-color: #CAA5A5;
}
</style>