Shades of Eunry #CAA897
Tints of Eunry #CAA897
RGB
CMYK
RGB Variations
Color information
#CAA897 (or 0xCAA897) is known color: Eunry. HEX triplet: CA, A8 and 97. RGB value is (202,168,151). Sum of RGB (Red+Green+Blue) = 202+168+151=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA897 is #355768. Grayscale: #B0B0B0. Windows color (decimal): -3495785 or 9939146. OLE color: 9939146.
HSL color Cylindrical-coordinate representation of color #CAA897: hue angle of 20º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAA897 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 151 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.21 |
| HSL | 20º | 0.32% | 0.69% | - |
| HSV(B) | 20º | 0.25% | 0.79% | - |
| XYZ | 43.95 | 42.8 | 35.22 | - |
| YUV | 176.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 151 | 0 | 0.17 | 0.25 | 0.21 | 20 | 0.32 | 0.69 |
| Hex | CA | A8 | 97 | 0 | 11 | 19 | 15 | 14 | 20 | 45 |
| Octal | 312 | 250 | 227 | 0 | 21 | 31 | 25 | 24 | 40 | 105 |
| Binary | 11001010 | 10101000 | 10010111 | 0 | 10001 | 11001 | 10101 | 10100 | 100000 | 1000101 |
Color Harmonies of #CAA897
Complementary color
Monochromatic Colors of #CAA897
Black with #CAA897
Text Example
Text Example
White with #CAA897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA897; }
p { color: rgb(202,168,151); }
H1.HeaderClassName
{
color: #CAA897;
}
.AnyTagClassName
{
color: #CAA897;
}
</style>
background-color css
<style>
a { background-color: #CAA897; }
a { background-color: rgb(202,168,151); }
div.DivClassName
{
background-color: #CAA897;
}
.BgClassName
{
background-color: #CAA897;
}
</style>
border-color css
<style>
span { border-color: #CAA897; }
span { border-color: rgb(202,168,151); }
td.TdClassName
{
border-color: #CAA897;
}
.TagClassName
{
border-color: #CAA897;
}
</style>