Shades of Lily #C9A8B3
Tints of Lily #C9A8B3
RGB
CMYK
RGB Variations
Color information
#C9A8B3 (or 0xC9A8B3) is known color: Lily. HEX triplet: C9, A8 and B3. RGB value is (201,168,179). Sum of RGB (Red+Green+Blue) = 201+168+179=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A8B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A8B3 is #36574C. Grayscale: #B3B3B3. Windows color (decimal): -3561293 or 11774153. OLE color: 11774153.
HSL color Cylindrical-coordinate representation of color #C9A8B3: hue angle of 340º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9A8B3 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 179 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.21 |
| HSL | 340º | 0.23% | 0.72% | - |
| HSV(B) | 340º | 0.16% | 0.79% | - |
| XYZ | 46.23 | 43.68 | 48.64 | - |
| YUV | 179.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 179 | 0 | 0.16 | 0.11 | 0.21 | 340 | 0.23 | 0.72 |
| Hex | C9 | A8 | B3 | 0 | 10 | B | 15 | 154 | 17 | 48 |
| Octal | 311 | 250 | 263 | 0 | 20 | 13 | 25 | 524 | 27 | 110 |
| Binary | 11001001 | 10101000 | 10110011 | 0 | 10000 | 1011 | 10101 | 101010100 | 10111 | 1001000 |
Color Harmonies of #C9A8B3
Complementary color
Monochromatic Colors of #C9A8B3
Black with #C9A8B3
Text Example
Text Example
White with #C9A8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A8B3; }
p { color: rgb(201,168,179); }
H1.HeaderClassName
{
color: #C9A8B3;
}
.AnyTagClassName
{
color: #C9A8B3;
}
</style>
background-color css
<style>
a { background-color: #C9A8B3; }
a { background-color: rgb(201,168,179); }
div.DivClassName
{
background-color: #C9A8B3;
}
.BgClassName
{
background-color: #C9A8B3;
}
</style>
border-color css
<style>
span { border-color: #C9A8B3; }
span { border-color: rgb(201,168,179); }
td.TdClassName
{
border-color: #C9A8B3;
}
.TagClassName
{
border-color: #C9A8B3;
}
</style>