Shades of Lily #C98AB5
Tints of Lily #C98AB5
RGB
CMYK
RGB Variations
Color information
#C98AB5 (or 0xC98AB5) is known color: Lily. HEX triplet: C9, 8A and B5. RGB value is (201,138,181). Sum of RGB (Red+Green+Blue) = 201+138+181=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C98AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98AB5 is #36754A. Grayscale: #A1A1A1. Windows color (decimal): -3568971 or 11897545. OLE color: 11897545.
HSL color Cylindrical-coordinate representation of color #C98AB5: hue angle of 319.05º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98AB5 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 181 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.21 |
| HSL | 319.05º | 0.37% | 0.66% | - |
| HSV(B) | 319.05º | 0.31% | 0.79% | - |
| XYZ | 41.52 | 33.93 | 48.08 | - |
| YUV | 161.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 181 | 0 | 0.31 | 0.10 | 0.21 | 319.05 | 0.37 | 0.66 |
| Hex | C9 | 8A | B5 | 0 | 1F | A | 15 | 13F | 25 | 42 |
| Octal | 311 | 212 | 265 | 0 | 37 | 12 | 25 | 477 | 45 | 102 |
| Binary | 11001001 | 10001010 | 10110101 | 0 | 11111 | 1010 | 10101 | 100111111 | 100101 | 1000010 |
Color Harmonies of #C98AB5
Complementary color
Monochromatic Colors of #C98AB5
Black with #C98AB5
Text Example
Text Example
White with #C98AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98AB5; }
p { color: rgb(201,138,181); }
H1.HeaderClassName
{
color: #C98AB5;
}
.AnyTagClassName
{
color: #C98AB5;
}
</style>
background-color css
<style>
a { background-color: #C98AB5; }
a { background-color: rgb(201,138,181); }
div.DivClassName
{
background-color: #C98AB5;
}
.BgClassName
{
background-color: #C98AB5;
}
</style>
border-color css
<style>
span { border-color: #C98AB5; }
span { border-color: rgb(201,138,181); }
td.TdClassName
{
border-color: #C98AB5;
}
.TagClassName
{
border-color: #C98AB5;
}
</style>