Shades of Eunry #CAA199
Tints of Eunry #CAA199
RGB
CMYK
RGB Variations
Color information
#CAA199 (or 0xCAA199) is known color: Eunry. HEX triplet: CA, A1 and 99. RGB value is (202,161,153). Sum of RGB (Red+Green+Blue) = 202+161+153=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA199 is #355E66. Grayscale: #ACACAC. Windows color (decimal): -3497575 or 10068426. OLE color: 10068426.
HSL color Cylindrical-coordinate representation of color #CAA199: hue angle of 9.8º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAA199 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 153 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.21 |
| HSL | 9.8º | 0.32% | 0.7% | - |
| HSV(B) | 9.8º | 0.24% | 0.79% | - |
| XYZ | 42.85 | 40.35 | 35.67 | - |
| YUV | 172.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 153 | 0 | 0.20 | 0.24 | 0.21 | 9.8 | 0.32 | 0.7 |
| Hex | CA | A1 | 99 | 0 | 14 | 18 | 15 | A | 20 | 46 |
| Octal | 312 | 241 | 231 | 0 | 24 | 30 | 25 | 12 | 40 | 106 |
| Binary | 11001010 | 10100001 | 10011001 | 0 | 10100 | 11000 | 10101 | 1010 | 100000 | 1000110 |
Color Harmonies of #CAA199
Complementary color
Monochromatic Colors of #CAA199
Black with #CAA199
Text Example
Text Example
White with #CAA199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA199; }
p { color: rgb(202,161,153); }
H1.HeaderClassName
{
color: #CAA199;
}
.AnyTagClassName
{
color: #CAA199;
}
</style>
background-color css
<style>
a { background-color: #CAA199; }
a { background-color: rgb(202,161,153); }
div.DivClassName
{
background-color: #CAA199;
}
.BgClassName
{
background-color: #CAA199;
}
</style>
border-color css
<style>
span { border-color: #CAA199; }
span { border-color: rgb(202,161,153); }
td.TdClassName
{
border-color: #CAA199;
}
.TagClassName
{
border-color: #CAA199;
}
</style>