Shades of Lily #C99CBE
Tints of Lily #C99CBE
RGB
CMYK
RGB Variations
Color information
#C99CBE (or 0xC99CBE) is known color: Lily. HEX triplet: C9, 9C and BE. RGB value is (201,156,190). Sum of RGB (Red+Green+Blue) = 201+156+190=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C99CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CBE is #366341. Grayscale: #ADADAD. Windows color (decimal): -3564354 or 12491977. OLE color: 12491977.
HSL color Cylindrical-coordinate representation of color #C99CBE: hue angle of 314.67º 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 #C99CBE is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 190 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.21 |
| HSL | 314.67º | 0.29% | 0.7% | - |
| HSV(B) | 314.67º | 0.22% | 0.79% | - |
| XYZ | 45.27 | 39.91 | 54.03 | - |
| YUV | 173.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 190 | 0 | 0.22 | 0.05 | 0.21 | 314.67 | 0.29 | 0.7 |
| Hex | C9 | 9C | BE | 0 | 16 | 5 | 15 | 13B | 1D | 46 |
| Octal | 311 | 234 | 276 | 0 | 26 | 5 | 25 | 473 | 35 | 106 |
| Binary | 11001001 | 10011100 | 10111110 | 0 | 10110 | 101 | 10101 | 100111011 | 11101 | 1000110 |
Color Harmonies of #C99CBE
Complementary color
Monochromatic Colors of #C99CBE
Black with #C99CBE
Text Example
Text Example
White with #C99CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99CBE; }
p { color: rgb(201,156,190); }
H1.HeaderClassName
{
color: #C99CBE;
}
.AnyTagClassName
{
color: #C99CBE;
}
</style>
background-color css
<style>
a { background-color: #C99CBE; }
a { background-color: rgb(201,156,190); }
div.DivClassName
{
background-color: #C99CBE;
}
.BgClassName
{
background-color: #C99CBE;
}
</style>
border-color css
<style>
span { border-color: #C99CBE; }
span { border-color: rgb(201,156,190); }
td.TdClassName
{
border-color: #C99CBE;
}
.TagClassName
{
border-color: #C99CBE;
}
</style>