Shades of Eunry #CAAAA4
Tints of Eunry #CAAAA4
RGB
CMYK
RGB Variations
Color information
#CAAAA4 (or 0xCAAAA4) is known color: Eunry. HEX triplet: CA, AA and A4. RGB value is (202,170,164). Sum of RGB (Red+Green+Blue) = 202+170+164=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAAA4 is #35555B. Grayscale: #B2B2B2. Windows color (decimal): -3495260 or 10791626. OLE color: 10791626.
HSL color Cylindrical-coordinate representation of color #CAAAA4: hue angle of 9.47º degrees, saturation: 0.26, 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 #CAAAA4 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 164 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.21 |
| HSL | 9.47º | 0.26% | 0.72% | - |
| HSV(B) | 9.47º | 0.19% | 0.79% | - |
| XYZ | 45.43 | 43.99 | 41.22 | - |
| YUV | 178.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 164 | 0 | 0.16 | 0.19 | 0.21 | 9.47 | 0.26 | 0.72 |
| Hex | CA | AA | A4 | 0 | 10 | 13 | 15 | 9 | 1A | 48 |
| Octal | 312 | 252 | 244 | 0 | 20 | 23 | 25 | 11 | 32 | 110 |
| Binary | 11001010 | 10101010 | 10100100 | 0 | 10000 | 10011 | 10101 | 1001 | 11010 | 1001000 |
Color Harmonies of #CAAAA4
Complementary color
Monochromatic Colors of #CAAAA4
Black with #CAAAA4
Text Example
Text Example
White with #CAAAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAA4; }
p { color: rgb(202,170,164); }
H1.HeaderClassName
{
color: #CAAAA4;
}
.AnyTagClassName
{
color: #CAAAA4;
}
</style>
background-color css
<style>
a { background-color: #CAAAA4; }
a { background-color: rgb(202,170,164); }
div.DivClassName
{
background-color: #CAAAA4;
}
.BgClassName
{
background-color: #CAAAA4;
}
</style>
border-color css
<style>
span { border-color: #CAAAA4; }
span { border-color: rgb(202,170,164); }
td.TdClassName
{
border-color: #CAAAA4;
}
.TagClassName
{
border-color: #CAAAA4;
}
</style>