Shades of Lily #C98CAD
Tints of Lily #C98CAD
RGB
CMYK
RGB Variations
Color information
#C98CAD (or 0xC98CAD) is known color: Lily. HEX triplet: C9, 8C and AD. RGB value is (201,140,173). Sum of RGB (Red+Green+Blue) = 201+140+173=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C98CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98CAD is #367352. Grayscale: #A1A1A1. Windows color (decimal): -3568467 or 11373769. OLE color: 11373769.
HSL color Cylindrical-coordinate representation of color #C98CAD: hue angle of 327.54º 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 #C98CAD is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 173 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.21 |
| HSL | 327.54º | 0.36% | 0.67% | - |
| HSV(B) | 327.54º | 0.3% | 0.79% | - |
| XYZ | 41.01 | 34.19 | 43.97 | - |
| YUV | 162 | 134.21 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 173 | 0 | 0.30 | 0.14 | 0.21 | 327.54 | 0.36 | 0.67 |
| Hex | C9 | 8C | AD | 0 | 1E | E | 15 | 148 | 24 | 43 |
| Octal | 311 | 214 | 255 | 0 | 36 | 16 | 25 | 510 | 44 | 103 |
| Binary | 11001001 | 10001100 | 10101101 | 0 | 11110 | 1110 | 10101 | 101001000 | 100100 | 1000011 |
Color Harmonies of #C98CAD
Complementary color
Monochromatic Colors of #C98CAD
Black with #C98CAD
Text Example
Text Example
White with #C98CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CAD; }
p { color: rgb(201,140,173); }
H1.HeaderClassName
{
color: #C98CAD;
}
.AnyTagClassName
{
color: #C98CAD;
}
</style>
background-color css
<style>
a { background-color: #C98CAD; }
a { background-color: rgb(201,140,173); }
div.DivClassName
{
background-color: #C98CAD;
}
.BgClassName
{
background-color: #C98CAD;
}
</style>
border-color css
<style>
span { border-color: #C98CAD; }
span { border-color: rgb(201,140,173); }
td.TdClassName
{
border-color: #C98CAD;
}
.TagClassName
{
border-color: #C98CAD;
}
</style>