Shades of Lily #C98AB4
Tints of Lily #C98AB4
RGB
CMYK
RGB Variations
Color information
#C98AB4 (or 0xC98AB4) is known color: Lily. HEX triplet: C9, 8A and B4. RGB value is (201,138,180). Sum of RGB (Red+Green+Blue) = 201+138+180=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C98AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98AB4 is #36754B. Grayscale: #A1A1A1. Windows color (decimal): -3568972 or 11832009. OLE color: 11832009.
HSL color Cylindrical-coordinate representation of color #C98AB4: hue angle of 320º 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 #C98AB4 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 180 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.21 |
| HSL | 320º | 0.37% | 0.66% | - |
| HSV(B) | 320º | 0.31% | 0.79% | - |
| XYZ | 41.41 | 33.89 | 47.54 | - |
| YUV | 161.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 180 | 0 | 0.31 | 0.10 | 0.21 | 320 | 0.37 | 0.66 |
| Hex | C9 | 8A | B4 | 0 | 1F | A | 15 | 140 | 25 | 42 |
| Octal | 311 | 212 | 264 | 0 | 37 | 12 | 25 | 500 | 45 | 102 |
| Binary | 11001001 | 10001010 | 10110100 | 0 | 11111 | 1010 | 10101 | 101000000 | 100101 | 1000010 |
Color Harmonies of #C98AB4
Complementary color
Monochromatic Colors of #C98AB4
Black with #C98AB4
Text Example
Text Example
White with #C98AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98AB4; }
p { color: rgb(201,138,180); }
H1.HeaderClassName
{
color: #C98AB4;
}
.AnyTagClassName
{
color: #C98AB4;
}
</style>
background-color css
<style>
a { background-color: #C98AB4; }
a { background-color: rgb(201,138,180); }
div.DivClassName
{
background-color: #C98AB4;
}
.BgClassName
{
background-color: #C98AB4;
}
</style>
border-color css
<style>
span { border-color: #C98AB4; }
span { border-color: rgb(201,138,180); }
td.TdClassName
{
border-color: #C98AB4;
}
.TagClassName
{
border-color: #C98AB4;
}
</style>