Shades of Lily #CA81AB
Tints of Lily #CA81AB
RGB
CMYK
RGB Variations
Color information
#CA81AB (or 0xCA81AB) is known color: Lily. HEX triplet: CA, 81 and AB. RGB value is (202,129,171). Sum of RGB (Red+Green+Blue) = 202+129+171=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA81AB is #357E54. Grayscale: #9B9B9B. Windows color (decimal): -3505749 or 11239882. OLE color: 11239882.
HSL color Cylindrical-coordinate representation of color #CA81AB: hue angle of 325.48º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA81AB is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 171 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.21 |
| HSL | 325.48º | 0.41% | 0.65% | - |
| HSV(B) | 325.48º | 0.36% | 0.79% | - |
| XYZ | 39.56 | 31.2 | 42.46 | - |
| YUV | 155.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 171 | 0 | 0.36 | 0.15 | 0.21 | 325.48 | 0.41 | 0.65 |
| Hex | CA | 81 | AB | 0 | 24 | F | 15 | 145 | 29 | 41 |
| Octal | 312 | 201 | 253 | 0 | 44 | 17 | 25 | 505 | 51 | 101 |
| Binary | 11001010 | 10000001 | 10101011 | 0 | 100100 | 1111 | 10101 | 101000101 | 101001 | 1000001 |
Color Harmonies of #CA81AB
Complementary color
Monochromatic Colors of #CA81AB
Black with #CA81AB
Text Example
Text Example
White with #CA81AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81AB; }
p { color: rgb(202,129,171); }
H1.HeaderClassName
{
color: #CA81AB;
}
.AnyTagClassName
{
color: #CA81AB;
}
</style>
background-color css
<style>
a { background-color: #CA81AB; }
a { background-color: rgb(202,129,171); }
div.DivClassName
{
background-color: #CA81AB;
}
.BgClassName
{
background-color: #CA81AB;
}
</style>
border-color css
<style>
span { border-color: #CA81AB; }
span { border-color: rgb(202,129,171); }
td.TdClassName
{
border-color: #CA81AB;
}
.TagClassName
{
border-color: #CA81AB;
}
</style>