Shades of Lily #CA8AB0
Tints of Lily #CA8AB0
RGB
CMYK
RGB Variations
Color information
#CA8AB0 (or 0xCA8AB0) is known color: Lily. HEX triplet: CA, 8A and B0. RGB value is (202,138,176). Sum of RGB (Red+Green+Blue) = 202+138+176=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8AB0 is #35754F. Grayscale: #A1A1A1. Windows color (decimal): -3503440 or 11569866. OLE color: 11569866.
HSL color Cylindrical-coordinate representation of color #CA8AB0: hue angle of 324.38º 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 #CA8AB0 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 176 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.21 |
| HSL | 324.38º | 0.38% | 0.67% | - |
| HSV(B) | 324.38º | 0.32% | 0.79% | - |
| XYZ | 41.28 | 33.87 | 45.44 | - |
| YUV | 161.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 176 | 0 | 0.32 | 0.13 | 0.21 | 324.38 | 0.38 | 0.67 |
| Hex | CA | 8A | B0 | 0 | 20 | D | 15 | 144 | 26 | 43 |
| Octal | 312 | 212 | 260 | 0 | 40 | 15 | 25 | 504 | 46 | 103 |
| Binary | 11001010 | 10001010 | 10110000 | 0 | 100000 | 1101 | 10101 | 101000100 | 100110 | 1000011 |
Color Harmonies of #CA8AB0
Complementary color
Monochromatic Colors of #CA8AB0
Black with #CA8AB0
Text Example
Text Example
White with #CA8AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8AB0; }
p { color: rgb(202,138,176); }
H1.HeaderClassName
{
color: #CA8AB0;
}
.AnyTagClassName
{
color: #CA8AB0;
}
</style>
background-color css
<style>
a { background-color: #CA8AB0; }
a { background-color: rgb(202,138,176); }
div.DivClassName
{
background-color: #CA8AB0;
}
.BgClassName
{
background-color: #CA8AB0;
}
</style>
border-color css
<style>
span { border-color: #CA8AB0; }
span { border-color: rgb(202,138,176); }
td.TdClassName
{
border-color: #CA8AB0;
}
.TagClassName
{
border-color: #CA8AB0;
}
</style>