Shades of Lily #C89ABA
Tints of Lily #C89ABA
RGB
CMYK
RGB Variations
Color information
#C89ABA (or 0xC89ABA) is known color: Lily. HEX triplet: C8, 9A and BA. RGB value is (200,154,186). Sum of RGB (Red+Green+Blue) = 200+154+186=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C89ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89ABA is #376545. Grayscale: #ABABAB. Windows color (decimal): -3630406 or 12229320. OLE color: 12229320.
HSL color Cylindrical-coordinate representation of color #C89ABA: hue angle of 318.26º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C89ABA is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 186 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.22 |
| HSL | 318.26º | 0.29% | 0.69% | - |
| HSV(B) | 318.26º | 0.23% | 0.78% | - |
| XYZ | 44.24 | 38.94 | 51.64 | - |
| YUV | 171.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 186 | 0 | 0.23 | 0.07 | 0.22 | 318.26 | 0.29 | 0.69 |
| Hex | C8 | 9A | BA | 0 | 17 | 7 | 16 | 13E | 1D | 45 |
| Octal | 310 | 232 | 272 | 0 | 27 | 7 | 26 | 476 | 35 | 105 |
| Binary | 11001000 | 10011010 | 10111010 | 0 | 10111 | 111 | 10110 | 100111110 | 11101 | 1000101 |
Color Harmonies of #C89ABA
Complementary color
Monochromatic Colors of #C89ABA
Black with #C89ABA
Text Example
Text Example
White with #C89ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89ABA; }
p { color: rgb(200,154,186); }
H1.HeaderClassName
{
color: #C89ABA;
}
.AnyTagClassName
{
color: #C89ABA;
}
</style>
background-color css
<style>
a { background-color: #C89ABA; }
a { background-color: rgb(200,154,186); }
div.DivClassName
{
background-color: #C89ABA;
}
.BgClassName
{
background-color: #C89ABA;
}
</style>
border-color css
<style>
span { border-color: #C89ABA; }
span { border-color: rgb(200,154,186); }
td.TdClassName
{
border-color: #C89ABA;
}
.TagClassName
{
border-color: #C89ABA;
}
</style>