Shades of Eunry #CAA19B
Tints of Eunry #CAA19B
RGB
CMYK
RGB Variations
Color information
#CAA19B (or 0xCAA19B) is known color: Eunry. HEX triplet: CA, A1 and 9B. RGB value is (202,161,155). Sum of RGB (Red+Green+Blue) = 202+161+155=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA19B is #355E64. Grayscale: #ACACAC. Windows color (decimal): -3497573 or 10199498. OLE color: 10199498.
HSL color Cylindrical-coordinate representation of color #CAA19B: hue angle of 7.66º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAA19B is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 155 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.21 |
| HSL | 7.66º | 0.31% | 0.7% | - |
| HSV(B) | 7.66º | 0.23% | 0.79% | - |
| XYZ | 43.02 | 40.41 | 36.54 | - |
| YUV | 172.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 155 | 0 | 0.20 | 0.23 | 0.21 | 7.66 | 0.31 | 0.7 |
| Hex | CA | A1 | 9B | 0 | 14 | 17 | 15 | 8 | 1F | 46 |
| Octal | 312 | 241 | 233 | 0 | 24 | 27 | 25 | 10 | 37 | 106 |
| Binary | 11001010 | 10100001 | 10011011 | 0 | 10100 | 10111 | 10101 | 1000 | 11111 | 1000110 |
Color Harmonies of #CAA19B
Complementary color
Monochromatic Colors of #CAA19B
Black with #CAA19B
Text Example
Text Example
White with #CAA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA19B; }
p { color: rgb(202,161,155); }
H1.HeaderClassName
{
color: #CAA19B;
}
.AnyTagClassName
{
color: #CAA19B;
}
</style>
background-color css
<style>
a { background-color: #CAA19B; }
a { background-color: rgb(202,161,155); }
div.DivClassName
{
background-color: #CAA19B;
}
.BgClassName
{
background-color: #CAA19B;
}
</style>
border-color css
<style>
span { border-color: #CAA19B; }
span { border-color: rgb(202,161,155); }
td.TdClassName
{
border-color: #CAA19B;
}
.TagClassName
{
border-color: #CAA19B;
}
</style>