Shades of Lily #CA81AC
Tints of Lily #CA81AC
RGB
CMYK
RGB Variations
Color information
#CA81AC (or 0xCA81AC) is known color: Lily. HEX triplet: CA, 81 and AC. RGB value is (202,129,172). Sum of RGB (Red+Green+Blue) = 202+129+172=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA81AC is #357E53. Grayscale: #9B9B9B. Windows color (decimal): -3505748 or 11305418. OLE color: 11305418.
HSL color Cylindrical-coordinate representation of color #CA81AC: hue angle of 324.66º 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 #CA81AC is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 172 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.21 |
| HSL | 324.66º | 0.41% | 0.65% | - |
| HSV(B) | 324.66º | 0.36% | 0.79% | - |
| XYZ | 39.65 | 31.24 | 42.97 | - |
| YUV | 155.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 172 | 0 | 0.36 | 0.15 | 0.21 | 324.66 | 0.41 | 0.65 |
| Hex | CA | 81 | AC | 0 | 24 | F | 15 | 145 | 29 | 41 |
| Octal | 312 | 201 | 254 | 0 | 44 | 17 | 25 | 505 | 51 | 101 |
| Binary | 11001010 | 10000001 | 10101100 | 0 | 100100 | 1111 | 10101 | 101000101 | 101001 | 1000001 |
Color Harmonies of #CA81AC
Complementary color
Monochromatic Colors of #CA81AC
Black with #CA81AC
Text Example
Text Example
White with #CA81AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81AC; }
p { color: rgb(202,129,172); }
H1.HeaderClassName
{
color: #CA81AC;
}
.AnyTagClassName
{
color: #CA81AC;
}
</style>
background-color css
<style>
a { background-color: #CA81AC; }
a { background-color: rgb(202,129,172); }
div.DivClassName
{
background-color: #CA81AC;
}
.BgClassName
{
background-color: #CA81AC;
}
</style>
border-color css
<style>
span { border-color: #CA81AC; }
span { border-color: rgb(202,129,172); }
td.TdClassName
{
border-color: #CA81AC;
}
.TagClassName
{
border-color: #CA81AC;
}
</style>