Shades of Eunry #CAA998
Tints of Eunry #CAA998
RGB
CMYK
RGB Variations
Color information
#CAA998 (or 0xCAA998) is known color: Eunry. HEX triplet: CA, A9 and 98. RGB value is (202,169,152). Sum of RGB (Red+Green+Blue) = 202+169+152=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA998 is #355667. Grayscale: #B1B1B1. Windows color (decimal): -3495528 or 10004938. OLE color: 10004938.
HSL color Cylindrical-coordinate representation of color #CAA998: hue angle of 20.4º 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 #CAA998 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 152 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.21 |
| HSL | 20.4º | 0.32% | 0.69% | - |
| HSV(B) | 20.4º | 0.25% | 0.79% | - |
| XYZ | 44.21 | 43.2 | 35.71 | - |
| YUV | 176.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 152 | 0 | 0.16 | 0.25 | 0.21 | 20.4 | 0.32 | 0.69 |
| Hex | CA | A9 | 98 | 0 | 10 | 19 | 15 | 14 | 20 | 45 |
| Octal | 312 | 251 | 230 | 0 | 20 | 31 | 25 | 24 | 40 | 105 |
| Binary | 11001010 | 10101001 | 10011000 | 0 | 10000 | 11001 | 10101 | 10100 | 100000 | 1000101 |
Color Harmonies of #CAA998
Complementary color
Monochromatic Colors of #CAA998
Black with #CAA998
Text Example
Text Example
White with #CAA998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA998; }
p { color: rgb(202,169,152); }
H1.HeaderClassName
{
color: #CAA998;
}
.AnyTagClassName
{
color: #CAA998;
}
</style>
background-color css
<style>
a { background-color: #CAA998; }
a { background-color: rgb(202,169,152); }
div.DivClassName
{
background-color: #CAA998;
}
.BgClassName
{
background-color: #CAA998;
}
</style>
border-color css
<style>
span { border-color: #CAA998; }
span { border-color: rgb(202,169,152); }
td.TdClassName
{
border-color: #CAA998;
}
.TagClassName
{
border-color: #CAA998;
}
</style>