Shades of Lily #C9A3B3
Tints of Lily #C9A3B3
RGB
CMYK
RGB Variations
Color information
#C9A3B3 (or 0xC9A3B3) is known color: Lily. HEX triplet: C9, A3 and B3. RGB value is (201,163,179). Sum of RGB (Red+Green+Blue) = 201+163+179=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A3B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A3B3 is #365C4C. Grayscale: #B0B0B0. Windows color (decimal): -3562573 or 11772873. OLE color: 11772873.
HSL color Cylindrical-coordinate representation of color #C9A3B3: hue angle of 334.74º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9A3B3 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 179 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.21 |
| HSL | 334.74º | 0.26% | 0.71% | - |
| HSV(B) | 334.74º | 0.19% | 0.79% | - |
| XYZ | 45.32 | 41.87 | 48.34 | - |
| YUV | 176.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 179 | 0 | 0.19 | 0.11 | 0.21 | 334.74 | 0.26 | 0.71 |
| Hex | C9 | A3 | B3 | 0 | 13 | B | 15 | 14F | 1A | 47 |
| Octal | 311 | 243 | 263 | 0 | 23 | 13 | 25 | 517 | 32 | 107 |
| Binary | 11001001 | 10100011 | 10110011 | 0 | 10011 | 1011 | 10101 | 101001111 | 11010 | 1000111 |
Color Harmonies of #C9A3B3
Complementary color
Monochromatic Colors of #C9A3B3
Black with #C9A3B3
Text Example
Text Example
White with #C9A3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A3B3; }
p { color: rgb(201,163,179); }
H1.HeaderClassName
{
color: #C9A3B3;
}
.AnyTagClassName
{
color: #C9A3B3;
}
</style>
background-color css
<style>
a { background-color: #C9A3B3; }
a { background-color: rgb(201,163,179); }
div.DivClassName
{
background-color: #C9A3B3;
}
.BgClassName
{
background-color: #C9A3B3;
}
</style>
border-color css
<style>
span { border-color: #C9A3B3; }
span { border-color: rgb(201,163,179); }
td.TdClassName
{
border-color: #C9A3B3;
}
.TagClassName
{
border-color: #C9A3B3;
}
</style>