Shades of Lily #CA82AC
Tints of Lily #CA82AC
RGB
CMYK
RGB Variations
Color information
#CA82AC (or 0xCA82AC) is known color: Lily. HEX triplet: CA, 82 and AC. RGB value is (202,130,172). Sum of RGB (Red+Green+Blue) = 202+130+172=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA82AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA82AC is #357D53. Grayscale: #9C9C9C. Windows color (decimal): -3505492 or 11305674. OLE color: 11305674.
HSL color Cylindrical-coordinate representation of color #CA82AC: hue angle of 325º degrees, saturation: 0.4, 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 #CA82AC is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 172 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.21 |
| HSL | 325º | 0.4% | 0.65% | - |
| HSV(B) | 325º | 0.36% | 0.79% | - |
| XYZ | 39.79 | 31.5 | 43.01 | - |
| YUV | 156.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 172 | 0 | 0.36 | 0.15 | 0.21 | 325 | 0.4 | 0.65 |
| Hex | CA | 82 | AC | 0 | 24 | F | 15 | 145 | 28 | 41 |
| Octal | 312 | 202 | 254 | 0 | 44 | 17 | 25 | 505 | 50 | 101 |
| Binary | 11001010 | 10000010 | 10101100 | 0 | 100100 | 1111 | 10101 | 101000101 | 101000 | 1000001 |
Color Harmonies of #CA82AC
Complementary color
Monochromatic Colors of #CA82AC
Black with #CA82AC
Text Example
Text Example
White with #CA82AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA82AC; }
p { color: rgb(202,130,172); }
H1.HeaderClassName
{
color: #CA82AC;
}
.AnyTagClassName
{
color: #CA82AC;
}
</style>
background-color css
<style>
a { background-color: #CA82AC; }
a { background-color: rgb(202,130,172); }
div.DivClassName
{
background-color: #CA82AC;
}
.BgClassName
{
background-color: #CA82AC;
}
</style>
border-color css
<style>
span { border-color: #CA82AC; }
span { border-color: rgb(202,130,172); }
td.TdClassName
{
border-color: #CA82AC;
}
.TagClassName
{
border-color: #CA82AC;
}
</style>