Shades of Lily #C999B5
Tints of Lily #C999B5
RGB
CMYK
RGB Variations
Color information
#C999B5 (or 0xC999B5) is known color: Lily. HEX triplet: C9, 99 and B5. RGB value is (201,153,181). Sum of RGB (Red+Green+Blue) = 201+153+181=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C999B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999B5 is #36664A. Grayscale: #AAAAAA. Windows color (decimal): -3565131 or 11901385. OLE color: 11901385.
HSL color Cylindrical-coordinate representation of color #C999B5: hue angle of 325º 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 #C999B5 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 181 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.21 |
| HSL | 325º | 0.31% | 0.69% | - |
| HSV(B) | 325º | 0.24% | 0.79% | - |
| XYZ | 43.82 | 38.54 | 48.84 | - |
| YUV | 170.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 181 | 0 | 0.24 | 0.10 | 0.21 | 325 | 0.31 | 0.69 |
| Hex | C9 | 99 | B5 | 0 | 18 | A | 15 | 145 | 1F | 45 |
| Octal | 311 | 231 | 265 | 0 | 30 | 12 | 25 | 505 | 37 | 105 |
| Binary | 11001001 | 10011001 | 10110101 | 0 | 11000 | 1010 | 10101 | 101000101 | 11111 | 1000101 |
Color Harmonies of #C999B5
Complementary color
Monochromatic Colors of #C999B5
Black with #C999B5
Text Example
Text Example
White with #C999B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999B5; }
p { color: rgb(201,153,181); }
H1.HeaderClassName
{
color: #C999B5;
}
.AnyTagClassName
{
color: #C999B5;
}
</style>
background-color css
<style>
a { background-color: #C999B5; }
a { background-color: rgb(201,153,181); }
div.DivClassName
{
background-color: #C999B5;
}
.BgClassName
{
background-color: #C999B5;
}
</style>
border-color css
<style>
span { border-color: #C999B5; }
span { border-color: rgb(201,153,181); }
td.TdClassName
{
border-color: #C999B5;
}
.TagClassName
{
border-color: #C999B5;
}
</style>