Shades of Lily #C884AD
Tints of Lily #C884AD
RGB
CMYK
RGB Variations
Color information
#C884AD (or 0xC884AD) is known color: Lily. HEX triplet: C8, 84 and AD. RGB value is (200,132,173). Sum of RGB (Red+Green+Blue) = 200+132+173=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C884AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C884AD is #377B52. Grayscale: #9C9C9C. Windows color (decimal): -3636051 or 11371720. OLE color: 11371720.
HSL color Cylindrical-coordinate representation of color #C884AD: hue angle of 323.82º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C884AD is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 173 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.22 |
| HSL | 323.82º | 0.38% | 0.65% | - |
| HSV(B) | 323.82º | 0.34% | 0.78% | - |
| XYZ | 39.61 | 31.8 | 43.59 | - |
| YUV | 157.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 173 | 0 | 0.34 | 0.14 | 0.22 | 323.82 | 0.38 | 0.65 |
| Hex | C8 | 84 | AD | 0 | 22 | E | 16 | 144 | 26 | 41 |
| Octal | 310 | 204 | 255 | 0 | 42 | 16 | 26 | 504 | 46 | 101 |
| Binary | 11001000 | 10000100 | 10101101 | 0 | 100010 | 1110 | 10110 | 101000100 | 100110 | 1000001 |
Color Harmonies of #C884AD
Complementary color
Monochromatic Colors of #C884AD
Black with #C884AD
Text Example
Text Example
White with #C884AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884AD; }
p { color: rgb(200,132,173); }
H1.HeaderClassName
{
color: #C884AD;
}
.AnyTagClassName
{
color: #C884AD;
}
</style>
background-color css
<style>
a { background-color: #C884AD; }
a { background-color: rgb(200,132,173); }
div.DivClassName
{
background-color: #C884AD;
}
.BgClassName
{
background-color: #C884AD;
}
</style>
border-color css
<style>
span { border-color: #C884AD; }
span { border-color: rgb(200,132,173); }
td.TdClassName
{
border-color: #C884AD;
}
.TagClassName
{
border-color: #C884AD;
}
</style>