Shades of Lily #C889AA
Tints of Lily #C889AA
RGB
CMYK
RGB Variations
Color information
#C889AA (or 0xC889AA) is known color: Lily. HEX triplet: C8, 89 and AA. RGB value is (200,137,170). Sum of RGB (Red+Green+Blue) = 200+137+170=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C889AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C889AA is #377655. Grayscale: #9F9F9F. Windows color (decimal): -3634774 or 11176392. OLE color: 11176392.
HSL color Cylindrical-coordinate representation of color #C889AA: hue angle of 328.57º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C889AA is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 170 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.22 |
| HSL | 328.57º | 0.36% | 0.66% | - |
| HSV(B) | 328.57º | 0.32% | 0.78% | - |
| XYZ | 40.02 | 33.07 | 42.3 | - |
| YUV | 159.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 170 | 0 | 0.32 | 0.15 | 0.22 | 328.57 | 0.36 | 0.66 |
| Hex | C8 | 89 | AA | 0 | 20 | F | 16 | 149 | 24 | 42 |
| Octal | 310 | 211 | 252 | 0 | 40 | 17 | 26 | 511 | 44 | 102 |
| Binary | 11001000 | 10001001 | 10101010 | 0 | 100000 | 1111 | 10110 | 101001001 | 100100 | 1000010 |
Color Harmonies of #C889AA
Complementary color
Monochromatic Colors of #C889AA
Black with #C889AA
Text Example
Text Example
White with #C889AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C889AA; }
p { color: rgb(200,137,170); }
H1.HeaderClassName
{
color: #C889AA;
}
.AnyTagClassName
{
color: #C889AA;
}
</style>
background-color css
<style>
a { background-color: #C889AA; }
a { background-color: rgb(200,137,170); }
div.DivClassName
{
background-color: #C889AA;
}
.BgClassName
{
background-color: #C889AA;
}
</style>
border-color css
<style>
span { border-color: #C889AA; }
span { border-color: rgb(200,137,170); }
td.TdClassName
{
border-color: #C889AA;
}
.TagClassName
{
border-color: #C889AA;
}
</style>