Shades of Eunry #CAA898
Tints of Eunry #CAA898
RGB
CMYK
RGB Variations
Color information
#CAA898 (or 0xCAA898) is known color: Eunry. HEX triplet: CA, A8 and 98. RGB value is (202,168,152). Sum of RGB (Red+Green+Blue) = 202+168+152=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA898 is #355767. Grayscale: #B0B0B0. Windows color (decimal): -3495784 or 10004682. OLE color: 10004682.
HSL color Cylindrical-coordinate representation of color #CAA898: hue angle of 19.2º 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 #CAA898 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 152 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.21 |
| HSL | 19.2º | 0.32% | 0.69% | - |
| HSV(B) | 19.2º | 0.25% | 0.79% | - |
| XYZ | 44.03 | 42.83 | 35.65 | - |
| YUV | 176.34 | 114.26 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 152 | 0 | 0.17 | 0.25 | 0.21 | 19.2 | 0.32 | 0.69 |
| Hex | CA | A8 | 98 | 0 | 11 | 19 | 15 | 13 | 20 | 45 |
| Octal | 312 | 250 | 230 | 0 | 21 | 31 | 25 | 23 | 40 | 105 |
| Binary | 11001010 | 10101000 | 10011000 | 0 | 10001 | 11001 | 10101 | 10011 | 100000 | 1000101 |
Color Harmonies of #CAA898
Complementary color
Monochromatic Colors of #CAA898
Black with #CAA898
Text Example
Text Example
White with #CAA898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA898; }
p { color: rgb(202,168,152); }
H1.HeaderClassName
{
color: #CAA898;
}
.AnyTagClassName
{
color: #CAA898;
}
</style>
background-color css
<style>
a { background-color: #CAA898; }
a { background-color: rgb(202,168,152); }
div.DivClassName
{
background-color: #CAA898;
}
.BgClassName
{
background-color: #CAA898;
}
</style>
border-color css
<style>
span { border-color: #CAA898; }
span { border-color: rgb(202,168,152); }
td.TdClassName
{
border-color: #CAA898;
}
.TagClassName
{
border-color: #CAA898;
}
</style>