Shades of Lily #C996BB
Tints of Lily #C996BB
RGB
CMYK
RGB Variations
Color information
#C996BB (or 0xC996BB) is known color: Lily. HEX triplet: C9, 96 and BB. RGB value is (201,150,187). Sum of RGB (Red+Green+Blue) = 201+150+187=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C996BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996BB is #366944. Grayscale: #A9A9A9. Windows color (decimal): -3565893 or 12293833. OLE color: 12293833.
HSL color Cylindrical-coordinate representation of color #C996BB: hue angle of 316.47º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C996BB is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 187 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.21 |
| HSL | 316.47º | 0.32% | 0.69% | - |
| HSV(B) | 316.47º | 0.25% | 0.79% | - |
| XYZ | 43.96 | 37.82 | 52 | - |
| YUV | 169.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 187 | 0 | 0.25 | 0.07 | 0.21 | 316.47 | 0.32 | 0.69 |
| Hex | C9 | 96 | BB | 0 | 19 | 7 | 15 | 13C | 20 | 45 |
| Octal | 311 | 226 | 273 | 0 | 31 | 7 | 25 | 474 | 40 | 105 |
| Binary | 11001001 | 10010110 | 10111011 | 0 | 11001 | 111 | 10101 | 100111100 | 100000 | 1000101 |
Color Harmonies of #C996BB
Complementary color
Monochromatic Colors of #C996BB
Black with #C996BB
Text Example
Text Example
White with #C996BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C996BB; }
p { color: rgb(201,150,187); }
H1.HeaderClassName
{
color: #C996BB;
}
.AnyTagClassName
{
color: #C996BB;
}
</style>
background-color css
<style>
a { background-color: #C996BB; }
a { background-color: rgb(201,150,187); }
div.DivClassName
{
background-color: #C996BB;
}
.BgClassName
{
background-color: #C996BB;
}
</style>
border-color css
<style>
span { border-color: #C996BB; }
span { border-color: rgb(201,150,187); }
td.TdClassName
{
border-color: #C996BB;
}
.TagClassName
{
border-color: #C996BB;
}
</style>