Shades of Lily #C98CAC
Tints of Lily #C98CAC
RGB
CMYK
RGB Variations
Color information
#C98CAC (or 0xC98CAC) is known color: Lily. HEX triplet: C9, 8C and AC. RGB value is (201,140,172). Sum of RGB (Red+Green+Blue) = 201+140+172=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C98CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98CAC is #367353. Grayscale: #A1A1A1. Windows color (decimal): -3568468 or 11308233. OLE color: 11308233.
HSL color Cylindrical-coordinate representation of color #C98CAC: hue angle of 328.52º 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 #C98CAC is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 172 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.21 |
| HSL | 328.52º | 0.36% | 0.67% | - |
| HSV(B) | 328.52º | 0.3% | 0.79% | - |
| XYZ | 40.91 | 34.15 | 43.47 | - |
| YUV | 161.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 172 | 0 | 0.30 | 0.14 | 0.21 | 328.52 | 0.36 | 0.67 |
| Hex | C9 | 8C | AC | 0 | 1E | E | 15 | 149 | 24 | 43 |
| Octal | 311 | 214 | 254 | 0 | 36 | 16 | 25 | 511 | 44 | 103 |
| Binary | 11001001 | 10001100 | 10101100 | 0 | 11110 | 1110 | 10101 | 101001001 | 100100 | 1000011 |
Color Harmonies of #C98CAC
Complementary color
Monochromatic Colors of #C98CAC
Black with #C98CAC
Text Example
Text Example
White with #C98CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CAC; }
p { color: rgb(201,140,172); }
H1.HeaderClassName
{
color: #C98CAC;
}
.AnyTagClassName
{
color: #C98CAC;
}
</style>
background-color css
<style>
a { background-color: #C98CAC; }
a { background-color: rgb(201,140,172); }
div.DivClassName
{
background-color: #C98CAC;
}
.BgClassName
{
background-color: #C98CAC;
}
</style>
border-color css
<style>
span { border-color: #C98CAC; }
span { border-color: rgb(201,140,172); }
td.TdClassName
{
border-color: #C98CAC;
}
.TagClassName
{
border-color: #C98CAC;
}
</style>