Shades of Lily #C98BAC
Tints of Lily #C98BAC
RGB
CMYK
RGB Variations
Color information
#C98BAC (or 0xC98BAC) is known color: Lily. HEX triplet: C9, 8B and AC. RGB value is (201,139,172). Sum of RGB (Red+Green+Blue) = 201+139+172=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C98BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98BAC is #367453. Grayscale: #A1A1A1. Windows color (decimal): -3568724 or 11307977. OLE color: 11307977.
HSL color Cylindrical-coordinate representation of color #C98BAC: hue angle of 328.06º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98BAC is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 139 | 172 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.21 |
| HSL | 328.06º | 0.36% | 0.67% | - |
| HSV(B) | 328.06º | 0.31% | 0.79% | - |
| XYZ | 40.77 | 33.86 | 43.42 | - |
| YUV | 161.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 172 | 0 | 0.31 | 0.14 | 0.21 | 328.06 | 0.36 | 0.67 |
| Hex | C9 | 8B | AC | 0 | 1F | E | 15 | 148 | 24 | 43 |
| Octal | 311 | 213 | 254 | 0 | 37 | 16 | 25 | 510 | 44 | 103 |
| Binary | 11001001 | 10001011 | 10101100 | 0 | 11111 | 1110 | 10101 | 101001000 | 100100 | 1000011 |
Color Harmonies of #C98BAC
Complementary color
Monochromatic Colors of #C98BAC
Black with #C98BAC
Text Example
Text Example
White with #C98BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98BAC; }
p { color: rgb(201,139,172); }
H1.HeaderClassName
{
color: #C98BAC;
}
.AnyTagClassName
{
color: #C98BAC;
}
</style>
background-color css
<style>
a { background-color: #C98BAC; }
a { background-color: rgb(201,139,172); }
div.DivClassName
{
background-color: #C98BAC;
}
.BgClassName
{
background-color: #C98BAC;
}
</style>
border-color css
<style>
span { border-color: #C98BAC; }
span { border-color: rgb(201,139,172); }
td.TdClassName
{
border-color: #C98BAC;
}
.TagClassName
{
border-color: #C98BAC;
}
</style>