Shades of Lily #C98CBA
Tints of Lily #C98CBA
RGB
CMYK
RGB Variations
Color information
#C98CBA (or 0xC98CBA) is known color: Lily. HEX triplet: C9, 8C and BA. RGB value is (201,140,186). Sum of RGB (Red+Green+Blue) = 201+140+186=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C98CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CBA is #367345. Grayscale: #A3A3A3. Windows color (decimal): -3568454 or 12225737. OLE color: 12225737.
HSL color Cylindrical-coordinate representation of color #C98CBA: hue angle of 314.75º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98CBA is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 186 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.21 |
| HSL | 314.75º | 0.36% | 0.67% | - |
| HSV(B) | 314.75º | 0.3% | 0.79% | - |
| XYZ | 42.33 | 34.72 | 50.92 | - |
| YUV | 163.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 186 | 0 | 0.30 | 0.07 | 0.21 | 314.75 | 0.36 | 0.67 |
| Hex | C9 | 8C | BA | 0 | 1E | 7 | 15 | 13B | 24 | 43 |
| Octal | 311 | 214 | 272 | 0 | 36 | 7 | 25 | 473 | 44 | 103 |
| Binary | 11001001 | 10001100 | 10111010 | 0 | 11110 | 111 | 10101 | 100111011 | 100100 | 1000011 |
Color Harmonies of #C98CBA
Complementary color
Monochromatic Colors of #C98CBA
Black with #C98CBA
Text Example
Text Example
White with #C98CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CBA; }
p { color: rgb(201,140,186); }
H1.HeaderClassName
{
color: #C98CBA;
}
.AnyTagClassName
{
color: #C98CBA;
}
</style>
background-color css
<style>
a { background-color: #C98CBA; }
a { background-color: rgb(201,140,186); }
div.DivClassName
{
background-color: #C98CBA;
}
.BgClassName
{
background-color: #C98CBA;
}
</style>
border-color css
<style>
span { border-color: #C98CBA; }
span { border-color: rgb(201,140,186); }
td.TdClassName
{
border-color: #C98CBA;
}
.TagClassName
{
border-color: #C98CBA;
}
</style>