Shades of Eunry #CA9A99
Tints of Eunry #CA9A99
RGB
CMYK
RGB Variations
Color information
#CA9A99 (or 0xCA9A99) is known color: Eunry. HEX triplet: CA, 9A and 99. RGB value is (202,154,153). Sum of RGB (Red+Green+Blue) = 202+154+153=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9A99 is #356566. Grayscale: #A8A8A8. Windows color (decimal): -3499367 or 10066634. OLE color: 10066634.
HSL color Cylindrical-coordinate representation of color #CA9A99: hue angle of 1.22º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA9A99 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 153 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.21 |
| HSL | 1.22º | 0.32% | 0.7% | - |
| HSV(B) | 1.22º | 0.24% | 0.79% | - |
| XYZ | 41.66 | 37.97 | 35.27 | - |
| YUV | 168.24 | 119.4 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 153 | 0 | 0.24 | 0.24 | 0.21 | 1.22 | 0.32 | 0.7 |
| Hex | CA | 9A | 99 | 0 | 18 | 18 | 15 | 1 | 20 | 46 |
| Octal | 312 | 232 | 231 | 0 | 30 | 30 | 25 | 1 | 40 | 106 |
| Binary | 11001010 | 10011010 | 10011001 | 0 | 11000 | 11000 | 10101 | 1 | 100000 | 1000110 |
Color Harmonies of #CA9A99
Complementary color
Monochromatic Colors of #CA9A99
Black with #CA9A99
Text Example
Text Example
White with #CA9A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A99; }
p { color: rgb(202,154,153); }
H1.HeaderClassName
{
color: #CA9A99;
}
.AnyTagClassName
{
color: #CA9A99;
}
</style>
background-color css
<style>
a { background-color: #CA9A99; }
a { background-color: rgb(202,154,153); }
div.DivClassName
{
background-color: #CA9A99;
}
.BgClassName
{
background-color: #CA9A99;
}
</style>
border-color css
<style>
span { border-color: #CA9A99; }
span { border-color: rgb(202,154,153); }
td.TdClassName
{
border-color: #CA9A99;
}
.TagClassName
{
border-color: #CA9A99;
}
</style>