Shades of Lily #C99AAC
Tints of Lily #C99AAC
RGB
CMYK
RGB Variations
Color information
#C99AAC (or 0xC99AAC) is known color: Lily. HEX triplet: C9, 9A and AC. RGB value is (201,154,172). Sum of RGB (Red+Green+Blue) = 201+154+172=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C99AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99AAC is #366553. Grayscale: #AAAAAA. Windows color (decimal): -3564884 or 11311817. OLE color: 11311817.
HSL color Cylindrical-coordinate representation of color #C99AAC: hue angle of 337.02º 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 #C99AAC is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 172 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.21 |
| HSL | 337.02º | 0.3% | 0.7% | - |
| HSV(B) | 337.02º | 0.23% | 0.79% | - |
| XYZ | 43.09 | 38.51 | 44.19 | - |
| YUV | 170.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 172 | 0 | 0.23 | 0.14 | 0.21 | 337.02 | 0.3 | 0.7 |
| Hex | C9 | 9A | AC | 0 | 17 | E | 15 | 151 | 1E | 46 |
| Octal | 311 | 232 | 254 | 0 | 27 | 16 | 25 | 521 | 36 | 106 |
| Binary | 11001001 | 10011010 | 10101100 | 0 | 10111 | 1110 | 10101 | 101010001 | 11110 | 1000110 |
Color Harmonies of #C99AAC
Complementary color
Monochromatic Colors of #C99AAC
Black with #C99AAC
Text Example
Text Example
White with #C99AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AAC; }
p { color: rgb(201,154,172); }
H1.HeaderClassName
{
color: #C99AAC;
}
.AnyTagClassName
{
color: #C99AAC;
}
</style>
background-color css
<style>
a { background-color: #C99AAC; }
a { background-color: rgb(201,154,172); }
div.DivClassName
{
background-color: #C99AAC;
}
.BgClassName
{
background-color: #C99AAC;
}
</style>
border-color css
<style>
span { border-color: #C99AAC; }
span { border-color: rgb(201,154,172); }
td.TdClassName
{
border-color: #C99AAC;
}
.TagClassName
{
border-color: #C99AAC;
}
</style>