Shades of Lily #C99CAE
Tints of Lily #C99CAE
RGB
CMYK
RGB Variations
Color information
#C99CAE (or 0xC99CAE) is known color: Lily. HEX triplet: C9, 9C and AE. RGB value is (201,156,174). Sum of RGB (Red+Green+Blue) = 201+156+174=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C99CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99CAE is #366351. Grayscale: #ABABAB. Windows color (decimal): -3564370 or 11443401. OLE color: 11443401.
HSL color Cylindrical-coordinate representation of color #C99CAE: hue angle of 336º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C99CAE is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 174 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.21 |
| HSL | 336º | 0.29% | 0.7% | - |
| HSV(B) | 336º | 0.22% | 0.79% | - |
| XYZ | 43.62 | 39.25 | 45.32 | - |
| YUV | 171.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 174 | 0 | 0.22 | 0.13 | 0.21 | 336 | 0.29 | 0.7 |
| Hex | C9 | 9C | AE | 0 | 16 | D | 15 | 150 | 1D | 46 |
| Octal | 311 | 234 | 256 | 0 | 26 | 15 | 25 | 520 | 35 | 106 |
| Binary | 11001001 | 10011100 | 10101110 | 0 | 10110 | 1101 | 10101 | 101010000 | 11101 | 1000110 |
Color Harmonies of #C99CAE
Complementary color
Monochromatic Colors of #C99CAE
Black with #C99CAE
Text Example
Text Example
White with #C99CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99CAE; }
p { color: rgb(201,156,174); }
H1.HeaderClassName
{
color: #C99CAE;
}
.AnyTagClassName
{
color: #C99CAE;
}
</style>
background-color css
<style>
a { background-color: #C99CAE; }
a { background-color: rgb(201,156,174); }
div.DivClassName
{
background-color: #C99CAE;
}
.BgClassName
{
background-color: #C99CAE;
}
</style>
border-color css
<style>
span { border-color: #C99CAE; }
span { border-color: rgb(201,156,174); }
td.TdClassName
{
border-color: #C99CAE;
}
.TagClassName
{
border-color: #C99CAE;
}
</style>