Shades of Eunry #CAA39A
Tints of Eunry #CAA39A
RGB
CMYK
RGB Variations
Color information
#CAA39A (or 0xCAA39A) is known color: Eunry. HEX triplet: CA, A3 and 9A. RGB value is (202,163,154). Sum of RGB (Red+Green+Blue) = 202+163+154=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA39A is #355C65. Grayscale: #ADADAD. Windows color (decimal): -3497062 or 10134474. OLE color: 10134474.
HSL color Cylindrical-coordinate representation of color #CAA39A: hue angle of 11.25º degrees, saturation: 0.31, 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 #CAA39A is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 154 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.21 |
| HSL | 11.25º | 0.31% | 0.7% | - |
| HSV(B) | 11.25º | 0.24% | 0.79% | - |
| XYZ | 43.29 | 41.08 | 36.22 | - |
| YUV | 173.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 154 | 0 | 0.19 | 0.24 | 0.21 | 11.25 | 0.31 | 0.7 |
| Hex | CA | A3 | 9A | 0 | 13 | 18 | 15 | B | 1F | 46 |
| Octal | 312 | 243 | 232 | 0 | 23 | 30 | 25 | 13 | 37 | 106 |
| Binary | 11001010 | 10100011 | 10011010 | 0 | 10011 | 11000 | 10101 | 1011 | 11111 | 1000110 |
Color Harmonies of #CAA39A
Complementary color
Monochromatic Colors of #CAA39A
Black with #CAA39A
Text Example
Text Example
White with #CAA39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA39A; }
p { color: rgb(202,163,154); }
H1.HeaderClassName
{
color: #CAA39A;
}
.AnyTagClassName
{
color: #CAA39A;
}
</style>
background-color css
<style>
a { background-color: #CAA39A; }
a { background-color: rgb(202,163,154); }
div.DivClassName
{
background-color: #CAA39A;
}
.BgClassName
{
background-color: #CAA39A;
}
</style>
border-color css
<style>
span { border-color: #CAA39A; }
span { border-color: rgb(202,163,154); }
td.TdClassName
{
border-color: #CAA39A;
}
.TagClassName
{
border-color: #CAA39A;
}
</style>