Shades of Lily #CA85AC
Tints of Lily #CA85AC
RGB
CMYK
RGB Variations
Color information
#CA85AC (or 0xCA85AC) is known color: Lily. HEX triplet: CA, 85 and AC. RGB value is (202,133,172). Sum of RGB (Red+Green+Blue) = 202+133+172=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA85AC is #357A53. Grayscale: #9D9D9D. Windows color (decimal): -3504724 or 11306442. OLE color: 11306442.
HSL color Cylindrical-coordinate representation of color #CA85AC: hue angle of 326.09º 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 #CA85AC is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 172 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.21 |
| HSL | 326.09º | 0.39% | 0.66% | - |
| HSV(B) | 326.09º | 0.34% | 0.79% | - |
| XYZ | 40.19 | 32.31 | 43.15 | - |
| YUV | 158.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 172 | 0 | 0.34 | 0.15 | 0.21 | 326.09 | 0.39 | 0.66 |
| Hex | CA | 85 | AC | 0 | 22 | F | 15 | 146 | 27 | 42 |
| Octal | 312 | 205 | 254 | 0 | 42 | 17 | 25 | 506 | 47 | 102 |
| Binary | 11001010 | 10000101 | 10101100 | 0 | 100010 | 1111 | 10101 | 101000110 | 100111 | 1000010 |
Color Harmonies of #CA85AC
Complementary color
Monochromatic Colors of #CA85AC
Black with #CA85AC
Text Example
Text Example
White with #CA85AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85AC; }
p { color: rgb(202,133,172); }
H1.HeaderClassName
{
color: #CA85AC;
}
.AnyTagClassName
{
color: #CA85AC;
}
</style>
background-color css
<style>
a { background-color: #CA85AC; }
a { background-color: rgb(202,133,172); }
div.DivClassName
{
background-color: #CA85AC;
}
.BgClassName
{
background-color: #CA85AC;
}
</style>
border-color css
<style>
span { border-color: #CA85AC; }
span { border-color: rgb(202,133,172); }
td.TdClassName
{
border-color: #CA85AC;
}
.TagClassName
{
border-color: #CA85AC;
}
</style>