Shades of Lily #C99AB1
Tints of Lily #C99AB1
RGB
CMYK
RGB Variations
Color information
#C99AB1 (or 0xC99AB1) is known color: Lily. HEX triplet: C9, 9A and B1. RGB value is (201,154,177). Sum of RGB (Red+Green+Blue) = 201+154+177=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C99AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99AB1 is #36654E. Grayscale: #AAAAAA. Windows color (decimal): -3564879 or 11639497. OLE color: 11639497.
HSL color Cylindrical-coordinate representation of color #C99AB1: hue angle of 330.64º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99AB1 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 177 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.21 |
| HSL | 330.64º | 0.3% | 0.7% | - |
| HSV(B) | 330.64º | 0.23% | 0.79% | - |
| XYZ | 43.58 | 38.7 | 46.77 | - |
| YUV | 170.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 177 | 0 | 0.23 | 0.12 | 0.21 | 330.64 | 0.3 | 0.7 |
| Hex | C9 | 9A | B1 | 0 | 17 | C | 15 | 14B | 1E | 46 |
| Octal | 311 | 232 | 261 | 0 | 27 | 14 | 25 | 513 | 36 | 106 |
| Binary | 11001001 | 10011010 | 10110001 | 0 | 10111 | 1100 | 10101 | 101001011 | 11110 | 1000110 |
Color Harmonies of #C99AB1
Complementary color
Monochromatic Colors of #C99AB1
Black with #C99AB1
Text Example
Text Example
White with #C99AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AB1; }
p { color: rgb(201,154,177); }
H1.HeaderClassName
{
color: #C99AB1;
}
.AnyTagClassName
{
color: #C99AB1;
}
</style>
background-color css
<style>
a { background-color: #C99AB1; }
a { background-color: rgb(201,154,177); }
div.DivClassName
{
background-color: #C99AB1;
}
.BgClassName
{
background-color: #C99AB1;
}
</style>
border-color css
<style>
span { border-color: #C99AB1; }
span { border-color: rgb(201,154,177); }
td.TdClassName
{
border-color: #C99AB1;
}
.TagClassName
{
border-color: #C99AB1;
}
</style>