Shades of Eunry #CAAAA5
Tints of Eunry #CAAAA5
RGB
CMYK
RGB Variations
Color information
#CAAAA5 (or 0xCAAAA5) is known color: Eunry. HEX triplet: CA, AA and A5. RGB value is (202,170,165). Sum of RGB (Red+Green+Blue) = 202+170+165=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAAA5 is #35555A. Grayscale: #B3B3B3. Windows color (decimal): -3495259 or 10857162. OLE color: 10857162.
HSL color Cylindrical-coordinate representation of color #CAAAA5: hue angle of 8.11º 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 #CAAAA5 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 165 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.21 |
| HSL | 8.11º | 0.26% | 0.72% | - |
| HSV(B) | 8.11º | 0.18% | 0.79% | - |
| XYZ | 45.52 | 44.02 | 41.7 | - |
| YUV | 179 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 165 | 0 | 0.16 | 0.18 | 0.21 | 8.11 | 0.26 | 0.72 |
| Hex | CA | AA | A5 | 0 | 10 | 12 | 15 | 8 | 1A | 48 |
| Octal | 312 | 252 | 245 | 0 | 20 | 22 | 25 | 10 | 32 | 110 |
| Binary | 11001010 | 10101010 | 10100101 | 0 | 10000 | 10010 | 10101 | 1000 | 11010 | 1001000 |
Color Harmonies of #CAAAA5
Complementary color
Monochromatic Colors of #CAAAA5
Black with #CAAAA5
Text Example
Text Example
White with #CAAAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAA5; }
p { color: rgb(202,170,165); }
H1.HeaderClassName
{
color: #CAAAA5;
}
.AnyTagClassName
{
color: #CAAAA5;
}
</style>
background-color css
<style>
a { background-color: #CAAAA5; }
a { background-color: rgb(202,170,165); }
div.DivClassName
{
background-color: #CAAAA5;
}
.BgClassName
{
background-color: #CAAAA5;
}
</style>
border-color css
<style>
span { border-color: #CAAAA5; }
span { border-color: rgb(202,170,165); }
td.TdClassName
{
border-color: #CAAAA5;
}
.TagClassName
{
border-color: #CAAAA5;
}
</style>