Shades of Lily #CA8AB2
Tints of Lily #CA8AB2
RGB
CMYK
RGB Variations
Color information
#CA8AB2 (or 0xCA8AB2) is known color: Lily. HEX triplet: CA, 8A and B2. RGB value is (202,138,178). Sum of RGB (Red+Green+Blue) = 202+138+178=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8AB2 is #35754D. Grayscale: #A1A1A1. Windows color (decimal): -3503438 or 11700938. OLE color: 11700938.
HSL color Cylindrical-coordinate representation of color #CA8AB2: hue angle of 322.5º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8AB2 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 178 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.21 |
| HSL | 322.5º | 0.38% | 0.67% | - |
| HSV(B) | 322.5º | 0.32% | 0.79% | - |
| XYZ | 41.48 | 33.95 | 46.49 | - |
| YUV | 161.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 178 | 0 | 0.32 | 0.12 | 0.21 | 322.5 | 0.38 | 0.67 |
| Hex | CA | 8A | B2 | 0 | 20 | C | 15 | 142 | 26 | 43 |
| Octal | 312 | 212 | 262 | 0 | 40 | 14 | 25 | 502 | 46 | 103 |
| Binary | 11001010 | 10001010 | 10110010 | 0 | 100000 | 1100 | 10101 | 101000010 | 100110 | 1000011 |
Color Harmonies of #CA8AB2
Complementary color
Monochromatic Colors of #CA8AB2
Black with #CA8AB2
Text Example
Text Example
White with #CA8AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8AB2; }
p { color: rgb(202,138,178); }
H1.HeaderClassName
{
color: #CA8AB2;
}
.AnyTagClassName
{
color: #CA8AB2;
}
</style>
background-color css
<style>
a { background-color: #CA8AB2; }
a { background-color: rgb(202,138,178); }
div.DivClassName
{
background-color: #CA8AB2;
}
.BgClassName
{
background-color: #CA8AB2;
}
</style>
border-color css
<style>
span { border-color: #CA8AB2; }
span { border-color: rgb(202,138,178); }
td.TdClassName
{
border-color: #CA8AB2;
}
.TagClassName
{
border-color: #CA8AB2;
}
</style>