Shades of Eunry #CA9E9B
Tints of Eunry #CA9E9B
RGB
CMYK
RGB Variations
Color information
#CA9E9B (or 0xCA9E9B) is known color: Eunry. HEX triplet: CA, 9E and 9B. RGB value is (202,158,155). Sum of RGB (Red+Green+Blue) = 202+158+155=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9E9B is #356164. Grayscale: #AAAAAA. Windows color (decimal): -3498341 or 10198730. OLE color: 10198730.
HSL color Cylindrical-coordinate representation of color #CA9E9B: hue angle of 3.83º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CA9E9B is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 155 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.21 |
| HSL | 3.83º | 0.31% | 0.7% | - |
| HSV(B) | 3.83º | 0.23% | 0.79% | - |
| XYZ | 42.5 | 39.38 | 36.37 | - |
| YUV | 170.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 155 | 0 | 0.22 | 0.23 | 0.21 | 3.83 | 0.31 | 0.7 |
| Hex | CA | 9E | 9B | 0 | 16 | 17 | 15 | 4 | 1F | 46 |
| Octal | 312 | 236 | 233 | 0 | 26 | 27 | 25 | 4 | 37 | 106 |
| Binary | 11001010 | 10011110 | 10011011 | 0 | 10110 | 10111 | 10101 | 100 | 11111 | 1000110 |
Color Harmonies of #CA9E9B
Complementary color
Monochromatic Colors of #CA9E9B
Black with #CA9E9B
Text Example
Text Example
White with #CA9E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E9B; }
p { color: rgb(202,158,155); }
H1.HeaderClassName
{
color: #CA9E9B;
}
.AnyTagClassName
{
color: #CA9E9B;
}
</style>
background-color css
<style>
a { background-color: #CA9E9B; }
a { background-color: rgb(202,158,155); }
div.DivClassName
{
background-color: #CA9E9B;
}
.BgClassName
{
background-color: #CA9E9B;
}
</style>
border-color css
<style>
span { border-color: #CA9E9B; }
span { border-color: rgb(202,158,155); }
td.TdClassName
{
border-color: #CA9E9B;
}
.TagClassName
{
border-color: #CA9E9B;
}
</style>