Shades of Lily #C9A6B3
Tints of Lily #C9A6B3
RGB
CMYK
RGB Variations
Color information
#C9A6B3 (or 0xC9A6B3) is known color: Lily. HEX triplet: C9, A6 and B3. RGB value is (201,166,179). Sum of RGB (Red+Green+Blue) = 201+166+179=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A6B3 is #36594C. Grayscale: #B1B1B1. Windows color (decimal): -3561805 or 11773641. OLE color: 11773641.
HSL color Cylindrical-coordinate representation of color #C9A6B3: hue angle of 337.71º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9A6B3 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 166 | 179 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.21 |
| HSL | 337.71º | 0.24% | 0.72% | - |
| HSV(B) | 337.71º | 0.17% | 0.79% | - |
| XYZ | 45.86 | 42.94 | 48.52 | - |
| YUV | 177.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 166 | 179 | 0 | 0.17 | 0.11 | 0.21 | 337.71 | 0.24 | 0.72 |
| Hex | C9 | A6 | B3 | 0 | 11 | B | 15 | 152 | 18 | 48 |
| Octal | 311 | 246 | 263 | 0 | 21 | 13 | 25 | 522 | 30 | 110 |
| Binary | 11001001 | 10100110 | 10110011 | 0 | 10001 | 1011 | 10101 | 101010010 | 11000 | 1001000 |
Color Harmonies of #C9A6B3
Complementary color
Monochromatic Colors of #C9A6B3
Black with #C9A6B3
Text Example
Text Example
White with #C9A6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A6B3; }
p { color: rgb(201,166,179); }
H1.HeaderClassName
{
color: #C9A6B3;
}
.AnyTagClassName
{
color: #C9A6B3;
}
</style>
background-color css
<style>
a { background-color: #C9A6B3; }
a { background-color: rgb(201,166,179); }
div.DivClassName
{
background-color: #C9A6B3;
}
.BgClassName
{
background-color: #C9A6B3;
}
</style>
border-color css
<style>
span { border-color: #C9A6B3; }
span { border-color: rgb(201,166,179); }
td.TdClassName
{
border-color: #C9A6B3;
}
.TagClassName
{
border-color: #C9A6B3;
}
</style>