Shades of Lily #C885AA
Tints of Lily #C885AA
RGB
CMYK
RGB Variations
Color information
#C885AA (or 0xC885AA) is known color: Lily. HEX triplet: C8, 85 and AA. RGB value is (200,133,170). Sum of RGB (Red+Green+Blue) = 200+133+170=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C885AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C885AA is #377A55. Grayscale: #9D9D9D. Windows color (decimal): -3635798 or 11175368. OLE color: 11175368.
HSL color Cylindrical-coordinate representation of color #C885AA: hue angle of 326.87º 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 #C885AA is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 170 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.22 |
| HSL | 326.87º | 0.38% | 0.65% | - |
| HSV(B) | 326.87º | 0.34% | 0.78% | - |
| XYZ | 39.46 | 31.96 | 42.12 | - |
| YUV | 157.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 170 | 0 | 0.34 | 0.15 | 0.22 | 326.87 | 0.38 | 0.65 |
| Hex | C8 | 85 | AA | 0 | 22 | F | 16 | 147 | 26 | 41 |
| Octal | 310 | 205 | 252 | 0 | 42 | 17 | 26 | 507 | 46 | 101 |
| Binary | 11001000 | 10000101 | 10101010 | 0 | 100010 | 1111 | 10110 | 101000111 | 100110 | 1000001 |
Color Harmonies of #C885AA
Complementary color
Monochromatic Colors of #C885AA
Black with #C885AA
Text Example
Text Example
White with #C885AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885AA; }
p { color: rgb(200,133,170); }
H1.HeaderClassName
{
color: #C885AA;
}
.AnyTagClassName
{
color: #C885AA;
}
</style>
background-color css
<style>
a { background-color: #C885AA; }
a { background-color: rgb(200,133,170); }
div.DivClassName
{
background-color: #C885AA;
}
.BgClassName
{
background-color: #C885AA;
}
</style>
border-color css
<style>
span { border-color: #C885AA; }
span { border-color: rgb(200,133,170); }
td.TdClassName
{
border-color: #C885AA;
}
.TagClassName
{
border-color: #C885AA;
}
</style>