Shades of Lily #C998B5
Tints of Lily #C998B5
RGB
CMYK
RGB Variations
Color information
#C998B5 (or 0xC998B5) is known color: Lily. HEX triplet: C9, 98 and B5. RGB value is (201,152,181). Sum of RGB (Red+Green+Blue) = 201+152+181=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 201 - color contains mainly: red. Hex color #C998B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998B5 is #36674A. Grayscale: #A9A9A9. Windows color (decimal): -3565387 or 11901129. OLE color: 11901129.
HSL color Cylindrical-coordinate representation of color #C998B5: hue angle of 324.49º 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 #C998B5 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 181 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.21 |
| HSL | 324.49º | 0.31% | 0.69% | - |
| HSV(B) | 324.49º | 0.24% | 0.79% | - |
| XYZ | 43.66 | 38.21 | 48.79 | - |
| YUV | 169.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 181 | 0 | 0.24 | 0.10 | 0.21 | 324.49 | 0.31 | 0.69 |
| Hex | C9 | 98 | B5 | 0 | 18 | A | 15 | 144 | 1F | 45 |
| Octal | 311 | 230 | 265 | 0 | 30 | 12 | 25 | 504 | 37 | 105 |
| Binary | 11001001 | 10011000 | 10110101 | 0 | 11000 | 1010 | 10101 | 101000100 | 11111 | 1000101 |
Color Harmonies of #C998B5
Complementary color
Monochromatic Colors of #C998B5
Black with #C998B5
Text Example
Text Example
White with #C998B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C998B5; }
p { color: rgb(201,152,181); }
H1.HeaderClassName
{
color: #C998B5;
}
.AnyTagClassName
{
color: #C998B5;
}
</style>
background-color css
<style>
a { background-color: #C998B5; }
a { background-color: rgb(201,152,181); }
div.DivClassName
{
background-color: #C998B5;
}
.BgClassName
{
background-color: #C998B5;
}
</style>
border-color css
<style>
span { border-color: #C998B5; }
span { border-color: rgb(201,152,181); }
td.TdClassName
{
border-color: #C998B5;
}
.TagClassName
{
border-color: #C998B5;
}
</style>