Shades of Lily #C99CBA
Tints of Lily #C99CBA
RGB
CMYK
RGB Variations
Color information
#C99CBA (or 0xC99CBA) is known color: Lily. HEX triplet: C9, 9C and BA. RGB value is (201,156,186). Sum of RGB (Red+Green+Blue) = 201+156+186=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 201 - color contains mainly: red. Hex color #C99CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CBA is #366345. Grayscale: #ACACAC. Windows color (decimal): -3564358 or 12229833. OLE color: 12229833.
HSL color Cylindrical-coordinate representation of color #C99CBA: hue angle of 320º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C99CBA is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 186 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.21 |
| HSL | 320º | 0.29% | 0.7% | - |
| HSV(B) | 320º | 0.22% | 0.79% | - |
| XYZ | 44.84 | 39.74 | 51.76 | - |
| YUV | 172.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 186 | 0 | 0.22 | 0.07 | 0.21 | 320 | 0.29 | 0.7 |
| Hex | C9 | 9C | BA | 0 | 16 | 7 | 15 | 140 | 1D | 46 |
| Octal | 311 | 234 | 272 | 0 | 26 | 7 | 25 | 500 | 35 | 106 |
| Binary | 11001001 | 10011100 | 10111010 | 0 | 10110 | 111 | 10101 | 101000000 | 11101 | 1000110 |
Color Harmonies of #C99CBA
Complementary color
Monochromatic Colors of #C99CBA
Black with #C99CBA
Text Example
Text Example
White with #C99CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99CBA; }
p { color: rgb(201,156,186); }
H1.HeaderClassName
{
color: #C99CBA;
}
.AnyTagClassName
{
color: #C99CBA;
}
</style>
background-color css
<style>
a { background-color: #C99CBA; }
a { background-color: rgb(201,156,186); }
div.DivClassName
{
background-color: #C99CBA;
}
.BgClassName
{
background-color: #C99CBA;
}
</style>
border-color css
<style>
span { border-color: #C99CBA; }
span { border-color: rgb(201,156,186); }
td.TdClassName
{
border-color: #C99CBA;
}
.TagClassName
{
border-color: #C99CBA;
}
</style>