Shades of Eunry #CAA89D
Tints of Eunry #CAA89D
RGB
CMYK
RGB Variations
Color information
#CAA89D (or 0xCAA89D) is known color: Eunry. HEX triplet: CA, A8 and 9D. RGB value is (202,168,157). Sum of RGB (Red+Green+Blue) = 202+168+157=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA89D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA89D is #355762. Grayscale: #B0B0B0. Windows color (decimal): -3495779 or 10332362. OLE color: 10332362.
HSL color Cylindrical-coordinate representation of color #CAA89D: hue angle of 14.67º 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 #CAA89D is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 157 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.21 |
| HSL | 14.67º | 0.3% | 0.7% | - |
| HSV(B) | 14.67º | 0.22% | 0.79% | - |
| XYZ | 44.45 | 43 | 37.85 | - |
| YUV | 176.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 157 | 0 | 0.17 | 0.22 | 0.21 | 14.67 | 0.3 | 0.7 |
| Hex | CA | A8 | 9D | 0 | 11 | 16 | 15 | F | 1E | 46 |
| Octal | 312 | 250 | 235 | 0 | 21 | 26 | 25 | 17 | 36 | 106 |
| Binary | 11001010 | 10101000 | 10011101 | 0 | 10001 | 10110 | 10101 | 1111 | 11110 | 1000110 |
Color Harmonies of #CAA89D
Complementary color
Monochromatic Colors of #CAA89D
Black with #CAA89D
Text Example
Text Example
White with #CAA89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA89D; }
p { color: rgb(202,168,157); }
H1.HeaderClassName
{
color: #CAA89D;
}
.AnyTagClassName
{
color: #CAA89D;
}
</style>
background-color css
<style>
a { background-color: #CAA89D; }
a { background-color: rgb(202,168,157); }
div.DivClassName
{
background-color: #CAA89D;
}
.BgClassName
{
background-color: #CAA89D;
}
</style>
border-color css
<style>
span { border-color: #CAA89D; }
span { border-color: rgb(202,168,157); }
td.TdClassName
{
border-color: #CAA89D;
}
.TagClassName
{
border-color: #CAA89D;
}
</style>