Shades of Lily #CA93B9
Tints of Lily #CA93B9
RGB
CMYK
RGB Variations
Color information
#CA93B9 (or 0xCA93B9) is known color: Lily. HEX triplet: CA, 93 and B9. RGB value is (202,147,185). Sum of RGB (Red+Green+Blue) = 202+147+185=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93B9 is #356C46. Grayscale: #A7A7A7. Windows color (decimal): -3501127 or 12161994. OLE color: 12161994.
HSL color Cylindrical-coordinate representation of color #CA93B9: hue angle of 318.55º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA93B9 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 185 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.21 |
| HSL | 318.55º | 0.34% | 0.68% | - |
| HSV(B) | 318.55º | 0.27% | 0.79% | - |
| XYZ | 43.55 | 36.93 | 50.73 | - |
| YUV | 167.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 185 | 0 | 0.27 | 0.08 | 0.21 | 318.55 | 0.34 | 0.68 |
| Hex | CA | 93 | B9 | 0 | 1B | 8 | 15 | 13F | 22 | 44 |
| Octal | 312 | 223 | 271 | 0 | 33 | 10 | 25 | 477 | 42 | 104 |
| Binary | 11001010 | 10010011 | 10111001 | 0 | 11011 | 1000 | 10101 | 100111111 | 100010 | 1000100 |
Color Harmonies of #CA93B9
Complementary color
Monochromatic Colors of #CA93B9
Black with #CA93B9
Text Example
Text Example
White with #CA93B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA93B9; }
p { color: rgb(202,147,185); }
H1.HeaderClassName
{
color: #CA93B9;
}
.AnyTagClassName
{
color: #CA93B9;
}
</style>
background-color css
<style>
a { background-color: #CA93B9; }
a { background-color: rgb(202,147,185); }
div.DivClassName
{
background-color: #CA93B9;
}
.BgClassName
{
background-color: #CA93B9;
}
</style>
border-color css
<style>
span { border-color: #CA93B9; }
span { border-color: rgb(202,147,185); }
td.TdClassName
{
border-color: #CA93B9;
}
.TagClassName
{
border-color: #CA93B9;
}
</style>