Shades of Lily #C885AB
Tints of Lily #C885AB
RGB
CMYK
RGB Variations
Color information
#C885AB (or 0xC885AB) is known color: Lily. HEX triplet: C8, 85 and AB. RGB value is (200,133,171). Sum of RGB (Red+Green+Blue) = 200+133+171=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C885AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C885AB is #377A54. Grayscale: #9D9D9D. Windows color (decimal): -3635797 or 11240904. OLE color: 11240904.
HSL color Cylindrical-coordinate representation of color #C885AB: hue angle of 325.97º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C885AB is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 171 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.22 |
| HSL | 325.97º | 0.38% | 0.65% | - |
| HSV(B) | 325.97º | 0.34% | 0.78% | - |
| XYZ | 39.56 | 31.99 | 42.62 | - |
| YUV | 157.37 | 135.7 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 171 | 0 | 0.34 | 0.14 | 0.22 | 325.97 | 0.38 | 0.65 |
| Hex | C8 | 85 | AB | 0 | 22 | E | 16 | 146 | 26 | 41 |
| Octal | 310 | 205 | 253 | 0 | 42 | 16 | 26 | 506 | 46 | 101 |
| Binary | 11001000 | 10000101 | 10101011 | 0 | 100010 | 1110 | 10110 | 101000110 | 100110 | 1000001 |
Color Harmonies of #C885AB
Complementary color
Monochromatic Colors of #C885AB
Black with #C885AB
Text Example
Text Example
White with #C885AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885AB; }
p { color: rgb(200,133,171); }
H1.HeaderClassName
{
color: #C885AB;
}
.AnyTagClassName
{
color: #C885AB;
}
</style>
background-color css
<style>
a { background-color: #C885AB; }
a { background-color: rgb(200,133,171); }
div.DivClassName
{
background-color: #C885AB;
}
.BgClassName
{
background-color: #C885AB;
}
</style>
border-color css
<style>
span { border-color: #C885AB; }
span { border-color: rgb(200,133,171); }
td.TdClassName
{
border-color: #C885AB;
}
.TagClassName
{
border-color: #C885AB;
}
</style>