Shades of Lily #CA93AF
Tints of Lily #CA93AF
RGB
CMYK
RGB Variations
Color information
#CA93AF (or 0xCA93AF) is known color: Lily. HEX triplet: CA, 93 and AF. RGB value is (202,147,175). Sum of RGB (Red+Green+Blue) = 202+147+175=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA93AF is #356C50. Grayscale: #A6A6A6. Windows color (decimal): -3501137 or 11506634. OLE color: 11506634.
HSL color Cylindrical-coordinate representation of color #CA93AF: hue angle of 329.45º 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 #CA93AF is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 175 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.21 |
| HSL | 329.45º | 0.34% | 0.68% | - |
| HSV(B) | 329.45º | 0.27% | 0.79% | - |
| XYZ | 42.53 | 36.52 | 45.36 | - |
| YUV | 166.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 175 | 0 | 0.27 | 0.13 | 0.21 | 329.45 | 0.34 | 0.68 |
| Hex | CA | 93 | AF | 0 | 1B | D | 15 | 149 | 22 | 44 |
| Octal | 312 | 223 | 257 | 0 | 33 | 15 | 25 | 511 | 42 | 104 |
| Binary | 11001010 | 10010011 | 10101111 | 0 | 11011 | 1101 | 10101 | 101001001 | 100010 | 1000100 |
Color Harmonies of #CA93AF
Complementary color
Monochromatic Colors of #CA93AF
Black with #CA93AF
Text Example
Text Example
White with #CA93AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA93AF; }
p { color: rgb(202,147,175); }
H1.HeaderClassName
{
color: #CA93AF;
}
.AnyTagClassName
{
color: #CA93AF;
}
</style>
background-color css
<style>
a { background-color: #CA93AF; }
a { background-color: rgb(202,147,175); }
div.DivClassName
{
background-color: #CA93AF;
}
.BgClassName
{
background-color: #CA93AF;
}
</style>
border-color css
<style>
span { border-color: #CA93AF; }
span { border-color: rgb(202,147,175); }
td.TdClassName
{
border-color: #CA93AF;
}
.TagClassName
{
border-color: #CA93AF;
}
</style>