Shades of Lily #C994AB
Tints of Lily #C994AB
RGB
CMYK
RGB Variations
Color information
#C994AB (or 0xC994AB) is known color: Lily. HEX triplet: C9, 94 and AB. RGB value is (201,148,171). Sum of RGB (Red+Green+Blue) = 201+148+171=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C994AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C994AB is #366B54. Grayscale: #A6A6A6. Windows color (decimal): -3566421 or 11244745. OLE color: 11244745.
HSL color Cylindrical-coordinate representation of color #C994AB: hue angle of 333.96º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C994AB is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 171 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.21 |
| HSL | 333.96º | 0.33% | 0.68% | - |
| HSV(B) | 333.96º | 0.26% | 0.79% | - |
| XYZ | 42.03 | 36.54 | 43.37 | - |
| YUV | 166.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 171 | 0 | 0.26 | 0.15 | 0.21 | 333.96 | 0.33 | 0.68 |
| Hex | C9 | 94 | AB | 0 | 1A | F | 15 | 14E | 21 | 44 |
| Octal | 311 | 224 | 253 | 0 | 32 | 17 | 25 | 516 | 41 | 104 |
| Binary | 11001001 | 10010100 | 10101011 | 0 | 11010 | 1111 | 10101 | 101001110 | 100001 | 1000100 |
Color Harmonies of #C994AB
Complementary color
Monochromatic Colors of #C994AB
Black with #C994AB
Text Example
Text Example
White with #C994AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C994AB; }
p { color: rgb(201,148,171); }
H1.HeaderClassName
{
color: #C994AB;
}
.AnyTagClassName
{
color: #C994AB;
}
</style>
background-color css
<style>
a { background-color: #C994AB; }
a { background-color: rgb(201,148,171); }
div.DivClassName
{
background-color: #C994AB;
}
.BgClassName
{
background-color: #C994AB;
}
</style>
border-color css
<style>
span { border-color: #C994AB; }
span { border-color: rgb(201,148,171); }
td.TdClassName
{
border-color: #C994AB;
}
.TagClassName
{
border-color: #C994AB;
}
</style>