Shades of Lily #CA89AB
Tints of Lily #CA89AB
RGB
CMYK
RGB Variations
Color information
#CA89AB (or 0xCA89AB) is known color: Lily. HEX triplet: CA, 89 and AB. RGB value is (202,137,171). Sum of RGB (Red+Green+Blue) = 202+137+171=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA89AB is #357654. Grayscale: #A0A0A0. Windows color (decimal): -3503701 or 11241930. OLE color: 11241930.
HSL color Cylindrical-coordinate representation of color #CA89AB: hue angle of 328.62º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA89AB is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 171 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.21 |
| HSL | 328.62º | 0.38% | 0.66% | - |
| HSV(B) | 328.62º | 0.32% | 0.79% | - |
| XYZ | 40.65 | 33.39 | 42.83 | - |
| YUV | 160.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 171 | 0 | 0.32 | 0.15 | 0.21 | 328.62 | 0.38 | 0.66 |
| Hex | CA | 89 | AB | 0 | 20 | F | 15 | 149 | 26 | 42 |
| Octal | 312 | 211 | 253 | 0 | 40 | 17 | 25 | 511 | 46 | 102 |
| Binary | 11001010 | 10001001 | 10101011 | 0 | 100000 | 1111 | 10101 | 101001001 | 100110 | 1000010 |
Color Harmonies of #CA89AB
Complementary color
Monochromatic Colors of #CA89AB
Black with #CA89AB
Text Example
Text Example
White with #CA89AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA89AB; }
p { color: rgb(202,137,171); }
H1.HeaderClassName
{
color: #CA89AB;
}
.AnyTagClassName
{
color: #CA89AB;
}
</style>
background-color css
<style>
a { background-color: #CA89AB; }
a { background-color: rgb(202,137,171); }
div.DivClassName
{
background-color: #CA89AB;
}
.BgClassName
{
background-color: #CA89AB;
}
</style>
border-color css
<style>
span { border-color: #CA89AB; }
span { border-color: rgb(202,137,171); }
td.TdClassName
{
border-color: #CA89AB;
}
.TagClassName
{
border-color: #CA89AB;
}
</style>