Shades of Lily #C98FB6
Tints of Lily #C98FB6
RGB
CMYK
RGB Variations
Color information
#C98FB6 (or 0xC98FB6) is known color: Lily. HEX triplet: C9, 8F and B6. RGB value is (201,143,182). Sum of RGB (Red+Green+Blue) = 201+143+182=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 201 - color contains mainly: red. Hex color #C98FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FB6 is #367049. Grayscale: #A4A4A4. Windows color (decimal): -3567690 or 11964361. OLE color: 11964361.
HSL color Cylindrical-coordinate representation of color #C98FB6: hue angle of 319.66º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C98FB6 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 182 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.21 |
| HSL | 319.66º | 0.35% | 0.67% | - |
| HSV(B) | 319.66º | 0.29% | 0.79% | - |
| XYZ | 42.35 | 35.44 | 48.86 | - |
| YUV | 164.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 182 | 0 | 0.29 | 0.09 | 0.21 | 319.66 | 0.35 | 0.67 |
| Hex | C9 | 8F | B6 | 0 | 1D | 9 | 15 | 140 | 23 | 43 |
| Octal | 311 | 217 | 266 | 0 | 35 | 11 | 25 | 500 | 43 | 103 |
| Binary | 11001001 | 10001111 | 10110110 | 0 | 11101 | 1001 | 10101 | 101000000 | 100011 | 1000011 |
Color Harmonies of #C98FB6
Complementary color
Monochromatic Colors of #C98FB6
Black with #C98FB6
Text Example
Text Example
White with #C98FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FB6; }
p { color: rgb(201,143,182); }
H1.HeaderClassName
{
color: #C98FB6;
}
.AnyTagClassName
{
color: #C98FB6;
}
</style>
background-color css
<style>
a { background-color: #C98FB6; }
a { background-color: rgb(201,143,182); }
div.DivClassName
{
background-color: #C98FB6;
}
.BgClassName
{
background-color: #C98FB6;
}
</style>
border-color css
<style>
span { border-color: #C98FB6; }
span { border-color: rgb(201,143,182); }
td.TdClassName
{
border-color: #C98FB6;
}
.TagClassName
{
border-color: #C98FB6;
}
</style>