Shades of Lily #C993AD
Tints of Lily #C993AD
RGB
CMYK
RGB Variations
Color information
#C993AD (or 0xC993AD) is known color: Lily. HEX triplet: C9, 93 and AD. RGB value is (201,147,173). Sum of RGB (Red+Green+Blue) = 201+147+173=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C993AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C993AD is #366C52. Grayscale: #A6A6A6. Windows color (decimal): -3566675 or 11375561. OLE color: 11375561.
HSL color Cylindrical-coordinate representation of color #C993AD: hue angle of 331.11º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C993AD is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 173 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.21 |
| HSL | 331.11º | 0.33% | 0.68% | - |
| HSV(B) | 331.11º | 0.27% | 0.79% | - |
| XYZ | 42.06 | 36.3 | 44.33 | - |
| YUV | 166.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 173 | 0 | 0.27 | 0.14 | 0.21 | 331.11 | 0.33 | 0.68 |
| Hex | C9 | 93 | AD | 0 | 1B | E | 15 | 14B | 21 | 44 |
| Octal | 311 | 223 | 255 | 0 | 33 | 16 | 25 | 513 | 41 | 104 |
| Binary | 11001001 | 10010011 | 10101101 | 0 | 11011 | 1110 | 10101 | 101001011 | 100001 | 1000100 |
Color Harmonies of #C993AD
Complementary color
Monochromatic Colors of #C993AD
Black with #C993AD
Text Example
Text Example
White with #C993AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C993AD; }
p { color: rgb(201,147,173); }
H1.HeaderClassName
{
color: #C993AD;
}
.AnyTagClassName
{
color: #C993AD;
}
</style>
background-color css
<style>
a { background-color: #C993AD; }
a { background-color: rgb(201,147,173); }
div.DivClassName
{
background-color: #C993AD;
}
.BgClassName
{
background-color: #C993AD;
}
</style>
border-color css
<style>
span { border-color: #C993AD; }
span { border-color: rgb(201,147,173); }
td.TdClassName
{
border-color: #C993AD;
}
.TagClassName
{
border-color: #C993AD;
}
</style>