Shades of Eunry #CAAAA0
Tints of Eunry #CAAAA0
RGB
CMYK
RGB Variations
Color information
#CAAAA0 (or 0xCAAAA0) is known color: Eunry. HEX triplet: CA, AA and A0. RGB value is (202,170,160). Sum of RGB (Red+Green+Blue) = 202+170+160=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAAA0 is #35555F. Grayscale: #B2B2B2. Windows color (decimal): -3495264 or 10529482. OLE color: 10529482.
HSL color Cylindrical-coordinate representation of color #CAAAA0: hue angle of 14.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAAAA0 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 170 | 160 | - |
CMYK | 0 | 0.16 | 0.21 | 0.21 |
HSL | 14.29º | 0.28% | 0.71% | - |
HSV(B) | 14.29º | 0.21% | 0.79% | - |
XYZ | 45.08 | 43.84 | 39.34 | - |
YUV | 178.43 | 117.6 | 144.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 170 | 160 | 0 | 0.16 | 0.21 | 0.21 | 14.29 | 0.28 | 0.71 |
Hex | CA | AA | A0 | 0 | 10 | 15 | 15 | E | 1C | 47 |
Octal | 312 | 252 | 240 | 0 | 20 | 25 | 25 | 16 | 34 | 107 |
Binary | 11001010 | 10101010 | 10100000 | 0 | 10000 | 10101 | 10101 | 1110 | 11100 | 1000111 |
Color Harmonies of #CAAAA0
Complementary color
Monochromatic Colors of #CAAAA0
Black with #CAAAA0
Text Example
Text Example
White with #CAAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAA0; }
p { color: rgb(202,170,160); }
H1.HeaderClassName
{
color: #CAAAA0;
}
.AnyTagClassName
{
color: #CAAAA0;
}
</style>
background-color css
<style>
a { background-color: #CAAAA0; }
a { background-color: rgb(202,170,160); }
div.DivClassName
{
background-color: #CAAAA0;
}
.BgClassName
{
background-color: #CAAAA0;
}
</style>
border-color css
<style>
span { border-color: #CAAAA0; }
span { border-color: rgb(202,170,160); }
td.TdClassName
{
border-color: #CAAAA0;
}
.TagClassName
{
border-color: #CAAAA0;
}
</style>