Shades of Lily #C881AA
Tints of Lily #C881AA
RGB
CMYK
RGB Variations
Color information
#C881AA (or 0xC881AA) is known color: Lily. HEX triplet: C8, 81 and AA. RGB value is (200,129,170). Sum of RGB (Red+Green+Blue) = 200+129+170=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C881AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C881AA is #377E55. Grayscale: #9A9A9A. Windows color (decimal): -3636822 or 11174344. OLE color: 11174344.
HSL color Cylindrical-coordinate representation of color #C881AA: hue angle of 325.35º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C881AA is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 170 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.22 |
| HSL | 325.35º | 0.39% | 0.65% | - |
| HSV(B) | 325.35º | 0.36% | 0.78% | - |
| XYZ | 38.93 | 30.88 | 41.94 | - |
| YUV | 154.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 170 | 0 | 0.36 | 0.15 | 0.22 | 325.35 | 0.39 | 0.65 |
| Hex | C8 | 81 | AA | 0 | 24 | F | 16 | 145 | 27 | 41 |
| Octal | 310 | 201 | 252 | 0 | 44 | 17 | 26 | 505 | 47 | 101 |
| Binary | 11001000 | 10000001 | 10101010 | 0 | 100100 | 1111 | 10110 | 101000101 | 100111 | 1000001 |
Color Harmonies of #C881AA
Complementary color
Monochromatic Colors of #C881AA
Black with #C881AA
Text Example
Text Example
White with #C881AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C881AA; }
p { color: rgb(200,129,170); }
H1.HeaderClassName
{
color: #C881AA;
}
.AnyTagClassName
{
color: #C881AA;
}
</style>
background-color css
<style>
a { background-color: #C881AA; }
a { background-color: rgb(200,129,170); }
div.DivClassName
{
background-color: #C881AA;
}
.BgClassName
{
background-color: #C881AA;
}
</style>
border-color css
<style>
span { border-color: #C881AA; }
span { border-color: rgb(200,129,170); }
td.TdClassName
{
border-color: #C881AA;
}
.TagClassName
{
border-color: #C881AA;
}
</style>