Shades of Lily #CA86AC
Tints of Lily #CA86AC
RGB
CMYK
RGB Variations
Color information
#CA86AC (or 0xCA86AC) is known color: Lily. HEX triplet: CA, 86 and AC. RGB value is (202,134,172). Sum of RGB (Red+Green+Blue) = 202+134+172=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA86AC is #357953. Grayscale: #9E9E9E. Windows color (decimal): -3504468 or 11306698. OLE color: 11306698.
HSL color Cylindrical-coordinate representation of color #CA86AC: hue angle of 326.47º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA86AC is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 172 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.21 |
| HSL | 326.47º | 0.39% | 0.66% | - |
| HSV(B) | 326.47º | 0.34% | 0.79% | - |
| XYZ | 40.33 | 32.59 | 43.19 | - |
| YUV | 158.66 | 135.53 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 172 | 0 | 0.34 | 0.15 | 0.21 | 326.47 | 0.39 | 0.66 |
| Hex | CA | 86 | AC | 0 | 22 | F | 15 | 146 | 27 | 42 |
| Octal | 312 | 206 | 254 | 0 | 42 | 17 | 25 | 506 | 47 | 102 |
| Binary | 11001010 | 10000110 | 10101100 | 0 | 100010 | 1111 | 10101 | 101000110 | 100111 | 1000010 |
Color Harmonies of #CA86AC
Complementary color
Monochromatic Colors of #CA86AC
Black with #CA86AC
Text Example
Text Example
White with #CA86AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA86AC; }
p { color: rgb(202,134,172); }
H1.HeaderClassName
{
color: #CA86AC;
}
.AnyTagClassName
{
color: #CA86AC;
}
</style>
background-color css
<style>
a { background-color: #CA86AC; }
a { background-color: rgb(202,134,172); }
div.DivClassName
{
background-color: #CA86AC;
}
.BgClassName
{
background-color: #CA86AC;
}
</style>
border-color css
<style>
span { border-color: #CA86AC; }
span { border-color: rgb(202,134,172); }
td.TdClassName
{
border-color: #CA86AC;
}
.TagClassName
{
border-color: #CA86AC;
}
</style>