Shades of Lily #CA93AC
Tints of Lily #CA93AC
RGB
CMYK
RGB Variations
Color information
#CA93AC (or 0xCA93AC) is known color: Lily. HEX triplet: CA, 93 and AC. RGB value is (202,147,172). Sum of RGB (Red+Green+Blue) = 202+147+172=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA93AC is #356C53. Grayscale: #A6A6A6. Windows color (decimal): -3501140 or 11310026. OLE color: 11310026.
HSL color Cylindrical-coordinate representation of color #CA93AC: hue angle of 332.73º 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 #CA93AC is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 172 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.21 |
| HSL | 332.73º | 0.34% | 0.68% | - |
| HSV(B) | 332.73º | 0.27% | 0.79% | - |
| XYZ | 42.24 | 36.4 | 43.83 | - |
| YUV | 166.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 172 | 0 | 0.27 | 0.15 | 0.21 | 332.73 | 0.34 | 0.68 |
| Hex | CA | 93 | AC | 0 | 1B | F | 15 | 14D | 22 | 44 |
| Octal | 312 | 223 | 254 | 0 | 33 | 17 | 25 | 515 | 42 | 104 |
| Binary | 11001010 | 10010011 | 10101100 | 0 | 11011 | 1111 | 10101 | 101001101 | 100010 | 1000100 |
Color Harmonies of #CA93AC
Complementary color
Monochromatic Colors of #CA93AC
Black with #CA93AC
Text Example
Text Example
White with #CA93AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA93AC; }
p { color: rgb(202,147,172); }
H1.HeaderClassName
{
color: #CA93AC;
}
.AnyTagClassName
{
color: #CA93AC;
}
</style>
background-color css
<style>
a { background-color: #CA93AC; }
a { background-color: rgb(202,147,172); }
div.DivClassName
{
background-color: #CA93AC;
}
.BgClassName
{
background-color: #CA93AC;
}
</style>
border-color css
<style>
span { border-color: #CA93AC; }
span { border-color: rgb(202,147,172); }
td.TdClassName
{
border-color: #CA93AC;
}
.TagClassName
{
border-color: #CA93AC;
}
</style>