Shades of Lily #C999BC
Tints of Lily #C999BC
RGB
CMYK
RGB Variations
Color information
#C999BC (or 0xC999BC) is known color: Lily. HEX triplet: C9, 99 and BC. RGB value is (201,153,188). Sum of RGB (Red+Green+Blue) = 201+153+188=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C999BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999BC is #366643. Grayscale: #ABABAB. Windows color (decimal): -3565124 or 12360137. OLE color: 12360137.
HSL color Cylindrical-coordinate representation of color #C999BC: hue angle of 316.25º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C999BC is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 188 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.21 |
| HSL | 316.25º | 0.31% | 0.69% | - |
| HSV(B) | 316.25º | 0.24% | 0.79% | - |
| XYZ | 44.56 | 38.83 | 52.72 | - |
| YUV | 171.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 188 | 0 | 0.24 | 0.06 | 0.21 | 316.25 | 0.31 | 0.69 |
| Hex | C9 | 99 | BC | 0 | 18 | 6 | 15 | 13C | 1F | 45 |
| Octal | 311 | 231 | 274 | 0 | 30 | 6 | 25 | 474 | 37 | 105 |
| Binary | 11001001 | 10011001 | 10111100 | 0 | 11000 | 110 | 10101 | 100111100 | 11111 | 1000101 |
Color Harmonies of #C999BC
Complementary color
Monochromatic Colors of #C999BC
Black with #C999BC
Text Example
Text Example
White with #C999BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999BC; }
p { color: rgb(201,153,188); }
H1.HeaderClassName
{
color: #C999BC;
}
.AnyTagClassName
{
color: #C999BC;
}
</style>
background-color css
<style>
a { background-color: #C999BC; }
a { background-color: rgb(201,153,188); }
div.DivClassName
{
background-color: #C999BC;
}
.BgClassName
{
background-color: #C999BC;
}
</style>
border-color css
<style>
span { border-color: #C999BC; }
span { border-color: rgb(201,153,188); }
td.TdClassName
{
border-color: #C999BC;
}
.TagClassName
{
border-color: #C999BC;
}
</style>