Shades of Eunry #CAA098
Tints of Eunry #CAA098
RGB
CMYK
RGB Variations
Color information
#CAA098 (or 0xCAA098) is known color: Eunry. HEX triplet: CA, A0 and 98. RGB value is (202,160,152). Sum of RGB (Red+Green+Blue) = 202+160+152=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA098 is #355F67. Grayscale: #ABABAB. Windows color (decimal): -3497832 or 10002634. OLE color: 10002634.
HSL color Cylindrical-coordinate representation of color #CAA098: hue angle of 9.6º 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 #CAA098 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 152 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.21 |
| HSL | 9.6º | 0.32% | 0.69% | - |
| HSV(B) | 9.6º | 0.25% | 0.79% | - |
| XYZ | 42.6 | 39.97 | 35.17 | - |
| YUV | 171.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 152 | 0 | 0.21 | 0.25 | 0.21 | 9.6 | 0.32 | 0.69 |
| Hex | CA | A0 | 98 | 0 | 15 | 19 | 15 | A | 20 | 45 |
| Octal | 312 | 240 | 230 | 0 | 25 | 31 | 25 | 12 | 40 | 105 |
| Binary | 11001010 | 10100000 | 10011000 | 0 | 10101 | 11001 | 10101 | 1010 | 100000 | 1000101 |
Color Harmonies of #CAA098
Complementary color
Monochromatic Colors of #CAA098
Black with #CAA098
Text Example
Text Example
White with #CAA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA098; }
p { color: rgb(202,160,152); }
H1.HeaderClassName
{
color: #CAA098;
}
.AnyTagClassName
{
color: #CAA098;
}
</style>
background-color css
<style>
a { background-color: #CAA098; }
a { background-color: rgb(202,160,152); }
div.DivClassName
{
background-color: #CAA098;
}
.BgClassName
{
background-color: #CAA098;
}
</style>
border-color css
<style>
span { border-color: #CAA098; }
span { border-color: rgb(202,160,152); }
td.TdClassName
{
border-color: #CAA098;
}
.TagClassName
{
border-color: #CAA098;
}
</style>