Shades of Lily #C998B4
Tints of Lily #C998B4
RGB
CMYK
RGB Variations
Color information
#C998B4 (or 0xC998B4) is known color: Lily. HEX triplet: C9, 98 and B4. RGB value is (201,152,180). Sum of RGB (Red+Green+Blue) = 201+152+180=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C998B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998B4 is #36674B. Grayscale: #A9A9A9. Windows color (decimal): -3565388 or 11835593. OLE color: 11835593.
HSL color Cylindrical-coordinate representation of color #C998B4: hue angle of 325.71º 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 #C998B4 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 180 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.21 |
| HSL | 325.71º | 0.31% | 0.69% | - |
| HSV(B) | 325.71º | 0.24% | 0.79% | - |
| XYZ | 43.55 | 38.17 | 48.25 | - |
| YUV | 169.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 180 | 0 | 0.24 | 0.10 | 0.21 | 325.71 | 0.31 | 0.69 |
| Hex | C9 | 98 | B4 | 0 | 18 | A | 15 | 146 | 1F | 45 |
| Octal | 311 | 230 | 264 | 0 | 30 | 12 | 25 | 506 | 37 | 105 |
| Binary | 11001001 | 10011000 | 10110100 | 0 | 11000 | 1010 | 10101 | 101000110 | 11111 | 1000101 |
Color Harmonies of #C998B4
Complementary color
Monochromatic Colors of #C998B4
Black with #C998B4
Text Example
Text Example
White with #C998B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C998B4; }
p { color: rgb(201,152,180); }
H1.HeaderClassName
{
color: #C998B4;
}
.AnyTagClassName
{
color: #C998B4;
}
</style>
background-color css
<style>
a { background-color: #C998B4; }
a { background-color: rgb(201,152,180); }
div.DivClassName
{
background-color: #C998B4;
}
.BgClassName
{
background-color: #C998B4;
}
</style>
border-color css
<style>
span { border-color: #C998B4; }
span { border-color: rgb(201,152,180); }
td.TdClassName
{
border-color: #C998B4;
}
.TagClassName
{
border-color: #C998B4;
}
</style>