Shades of Lily #C99BAE
Tints of Lily #C99BAE
RGB
CMYK
RGB Variations
Color information
#C99BAE (or 0xC99BAE) is known color: Lily. HEX triplet: C9, 9B and AE. RGB value is (201,155,174). Sum of RGB (Red+Green+Blue) = 201+155+174=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C99BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99BAE is #366451. Grayscale: #AAAAAA. Windows color (decimal): -3564626 or 11443145. OLE color: 11443145.
HSL color Cylindrical-coordinate representation of color #C99BAE: hue angle of 335.22º 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 #C99BAE is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 174 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.21 |
| HSL | 335.22º | 0.3% | 0.7% | - |
| HSV(B) | 335.22º | 0.23% | 0.79% | - |
| XYZ | 43.45 | 38.92 | 45.27 | - |
| YUV | 170.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 174 | 0 | 0.23 | 0.13 | 0.21 | 335.22 | 0.3 | 0.7 |
| Hex | C9 | 9B | AE | 0 | 17 | D | 15 | 14F | 1E | 46 |
| Octal | 311 | 233 | 256 | 0 | 27 | 15 | 25 | 517 | 36 | 106 |
| Binary | 11001001 | 10011011 | 10101110 | 0 | 10111 | 1101 | 10101 | 101001111 | 11110 | 1000110 |
Color Harmonies of #C99BAE
Complementary color
Monochromatic Colors of #C99BAE
Black with #C99BAE
Text Example
Text Example
White with #C99BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BAE; }
p { color: rgb(201,155,174); }
H1.HeaderClassName
{
color: #C99BAE;
}
.AnyTagClassName
{
color: #C99BAE;
}
</style>
background-color css
<style>
a { background-color: #C99BAE; }
a { background-color: rgb(201,155,174); }
div.DivClassName
{
background-color: #C99BAE;
}
.BgClassName
{
background-color: #C99BAE;
}
</style>
border-color css
<style>
span { border-color: #C99BAE; }
span { border-color: rgb(201,155,174); }
td.TdClassName
{
border-color: #C99BAE;
}
.TagClassName
{
border-color: #C99BAE;
}
</style>