Shades of Lily #C884AF
Tints of Lily #C884AF
RGB
CMYK
RGB Variations
Color information
#C884AF (or 0xC884AF) is known color: Lily. HEX triplet: C8, 84 and AF. RGB value is (200,132,175). Sum of RGB (Red+Green+Blue) = 200+132+175=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C884AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C884AF is #377B50. Grayscale: #9D9D9D. Windows color (decimal): -3636049 or 11502792. OLE color: 11502792.
HSL color Cylindrical-coordinate representation of color #C884AF: hue angle of 322.06º 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 #C884AF is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 175 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.22 |
| HSL | 322.06º | 0.38% | 0.65% | - |
| HSV(B) | 322.06º | 0.34% | 0.78% | - |
| XYZ | 39.81 | 31.88 | 44.61 | - |
| YUV | 157.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 175 | 0 | 0.34 | 0.12 | 0.22 | 322.06 | 0.38 | 0.65 |
| Hex | C8 | 84 | AF | 0 | 22 | C | 16 | 142 | 26 | 41 |
| Octal | 310 | 204 | 257 | 0 | 42 | 14 | 26 | 502 | 46 | 101 |
| Binary | 11001000 | 10000100 | 10101111 | 0 | 100010 | 1100 | 10110 | 101000010 | 100110 | 1000001 |
Color Harmonies of #C884AF
Complementary color
Monochromatic Colors of #C884AF
Black with #C884AF
Text Example
Text Example
White with #C884AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884AF; }
p { color: rgb(200,132,175); }
H1.HeaderClassName
{
color: #C884AF;
}
.AnyTagClassName
{
color: #C884AF;
}
</style>
background-color css
<style>
a { background-color: #C884AF; }
a { background-color: rgb(200,132,175); }
div.DivClassName
{
background-color: #C884AF;
}
.BgClassName
{
background-color: #C884AF;
}
</style>
border-color css
<style>
span { border-color: #C884AF; }
span { border-color: rgb(200,132,175); }
td.TdClassName
{
border-color: #C884AF;
}
.TagClassName
{
border-color: #C884AF;
}
</style>