Shades of Eunry #CAA19D
Tints of Eunry #CAA19D
RGB
CMYK
RGB Variations
Color information
#CAA19D (or 0xCAA19D) is known color: Eunry. HEX triplet: CA, A1 and 9D. RGB value is (202,161,157). Sum of RGB (Red+Green+Blue) = 202+161+157=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA19D is #355E62. Grayscale: #ACACAC. Windows color (decimal): -3497571 or 10330570. OLE color: 10330570.
HSL color Cylindrical-coordinate representation of color #CAA19D: hue angle of 5.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAA19D is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 157 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.21 |
| HSL | 5.33º | 0.3% | 0.7% | - |
| HSV(B) | 5.33º | 0.22% | 0.79% | - |
| XYZ | 43.19 | 40.48 | 37.44 | - |
| YUV | 172.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 157 | 0 | 0.20 | 0.22 | 0.21 | 5.33 | 0.3 | 0.7 |
| Hex | CA | A1 | 9D | 0 | 14 | 16 | 15 | 5 | 1E | 46 |
| Octal | 312 | 241 | 235 | 0 | 24 | 26 | 25 | 5 | 36 | 106 |
| Binary | 11001010 | 10100001 | 10011101 | 0 | 10100 | 10110 | 10101 | 101 | 11110 | 1000110 |
Color Harmonies of #CAA19D
Complementary color
Monochromatic Colors of #CAA19D
Black with #CAA19D
Text Example
Text Example
White with #CAA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA19D; }
p { color: rgb(202,161,157); }
H1.HeaderClassName
{
color: #CAA19D;
}
.AnyTagClassName
{
color: #CAA19D;
}
</style>
background-color css
<style>
a { background-color: #CAA19D; }
a { background-color: rgb(202,161,157); }
div.DivClassName
{
background-color: #CAA19D;
}
.BgClassName
{
background-color: #CAA19D;
}
</style>
border-color css
<style>
span { border-color: #CAA19D; }
span { border-color: rgb(202,161,157); }
td.TdClassName
{
border-color: #CAA19D;
}
.TagClassName
{
border-color: #CAA19D;
}
</style>