Shades of Lily #C9A9B3
Tints of Lily #C9A9B3
RGB
CMYK
RGB Variations
Color information
#C9A9B3 (or 0xC9A9B3) is known color: Lily. HEX triplet: C9, A9 and B3. RGB value is (201,169,179). Sum of RGB (Red+Green+Blue) = 201+169+179=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A9B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A9B3 is #36564C. Grayscale: #B3B3B3. Windows color (decimal): -3561037 or 11774409. OLE color: 11774409.
HSL color Cylindrical-coordinate representation of color #C9A9B3: hue angle of 341.25º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9A9B3 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 179 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.21 |
| HSL | 341.25º | 0.23% | 0.73% | - |
| HSV(B) | 341.25º | 0.16% | 0.79% | - |
| XYZ | 46.41 | 44.05 | 48.7 | - |
| YUV | 179.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 179 | 0 | 0.16 | 0.11 | 0.21 | 341.25 | 0.23 | 0.73 |
| Hex | C9 | A9 | B3 | 0 | 10 | B | 15 | 155 | 17 | 49 |
| Octal | 311 | 251 | 263 | 0 | 20 | 13 | 25 | 525 | 27 | 111 |
| Binary | 11001001 | 10101001 | 10110011 | 0 | 10000 | 1011 | 10101 | 101010101 | 10111 | 1001001 |
Color Harmonies of #C9A9B3
Complementary color
Monochromatic Colors of #C9A9B3
Black with #C9A9B3
Text Example
Text Example
White with #C9A9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A9B3; }
p { color: rgb(201,169,179); }
H1.HeaderClassName
{
color: #C9A9B3;
}
.AnyTagClassName
{
color: #C9A9B3;
}
</style>
background-color css
<style>
a { background-color: #C9A9B3; }
a { background-color: rgb(201,169,179); }
div.DivClassName
{
background-color: #C9A9B3;
}
.BgClassName
{
background-color: #C9A9B3;
}
</style>
border-color css
<style>
span { border-color: #C9A9B3; }
span { border-color: rgb(201,169,179); }
td.TdClassName
{
border-color: #C9A9B3;
}
.TagClassName
{
border-color: #C9A9B3;
}
</style>