Shades of Lily #C884AA
Tints of Lily #C884AA
RGB
CMYK
RGB Variations
Color information
#C884AA (or 0xC884AA) is known color: Lily. HEX triplet: C8, 84 and AA. RGB value is (200,132,170). Sum of RGB (Red+Green+Blue) = 200+132+170=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C884AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C884AA is #377B55. Grayscale: #9C9C9C. Windows color (decimal): -3636054 or 11175112. OLE color: 11175112.
HSL color Cylindrical-coordinate representation of color #C884AA: hue angle of 326.47º 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 #C884AA is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 170 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.22 |
| HSL | 326.47º | 0.38% | 0.65% | - |
| HSV(B) | 326.47º | 0.34% | 0.78% | - |
| XYZ | 39.33 | 31.68 | 42.07 | - |
| YUV | 156.66 | 135.53 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 170 | 0 | 0.34 | 0.15 | 0.22 | 326.47 | 0.38 | 0.65 |
| Hex | C8 | 84 | AA | 0 | 22 | F | 16 | 146 | 26 | 41 |
| Octal | 310 | 204 | 252 | 0 | 42 | 17 | 26 | 506 | 46 | 101 |
| Binary | 11001000 | 10000100 | 10101010 | 0 | 100010 | 1111 | 10110 | 101000110 | 100110 | 1000001 |
Color Harmonies of #C884AA
Complementary color
Monochromatic Colors of #C884AA
Black with #C884AA
Text Example
Text Example
White with #C884AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884AA; }
p { color: rgb(200,132,170); }
H1.HeaderClassName
{
color: #C884AA;
}
.AnyTagClassName
{
color: #C884AA;
}
</style>
background-color css
<style>
a { background-color: #C884AA; }
a { background-color: rgb(200,132,170); }
div.DivClassName
{
background-color: #C884AA;
}
.BgClassName
{
background-color: #C884AA;
}
</style>
border-color css
<style>
span { border-color: #C884AA; }
span { border-color: rgb(200,132,170); }
td.TdClassName
{
border-color: #C884AA;
}
.TagClassName
{
border-color: #C884AA;
}
</style>