Shades of Lily #C994BB
Tints of Lily #C994BB
RGB
CMYK
RGB Variations
Color information
#C994BB (or 0xC994BB) is known color: Lily. HEX triplet: C9, 94 and BB. RGB value is (201,148,187). Sum of RGB (Red+Green+Blue) = 201+148+187=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C994BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994BB is #366B44. Grayscale: #A8A8A8. Windows color (decimal): -3566405 or 12293321. OLE color: 12293321.
HSL color Cylindrical-coordinate representation of color #C994BB: hue angle of 315.85º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C994BB is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 187 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.21 |
| HSL | 315.85º | 0.33% | 0.68% | - |
| HSV(B) | 315.85º | 0.26% | 0.79% | - |
| XYZ | 43.65 | 37.19 | 51.89 | - |
| YUV | 168.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 187 | 0 | 0.26 | 0.07 | 0.21 | 315.85 | 0.33 | 0.68 |
| Hex | C9 | 94 | BB | 0 | 1A | 7 | 15 | 13C | 21 | 44 |
| Octal | 311 | 224 | 273 | 0 | 32 | 7 | 25 | 474 | 41 | 104 |
| Binary | 11001001 | 10010100 | 10111011 | 0 | 11010 | 111 | 10101 | 100111100 | 100001 | 1000100 |
Color Harmonies of #C994BB
Complementary color
Monochromatic Colors of #C994BB
Black with #C994BB
Text Example
Text Example
White with #C994BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C994BB; }
p { color: rgb(201,148,187); }
H1.HeaderClassName
{
color: #C994BB;
}
.AnyTagClassName
{
color: #C994BB;
}
</style>
background-color css
<style>
a { background-color: #C994BB; }
a { background-color: rgb(201,148,187); }
div.DivClassName
{
background-color: #C994BB;
}
.BgClassName
{
background-color: #C994BB;
}
</style>
border-color css
<style>
span { border-color: #C994BB; }
span { border-color: rgb(201,148,187); }
td.TdClassName
{
border-color: #C994BB;
}
.TagClassName
{
border-color: #C994BB;
}
</style>