Shades of Lily #C9A5B3
Tints of Lily #C9A5B3
RGB
CMYK
RGB Variations
Color information
#C9A5B3 (or 0xC9A5B3) is known color: Lily. HEX triplet: C9, A5 and B3. RGB value is (201,165,179). Sum of RGB (Red+Green+Blue) = 201+165+179=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A5B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A5B3 is #365A4C. Grayscale: #B1B1B1. Windows color (decimal): -3562061 or 11773385. OLE color: 11773385.
HSL color Cylindrical-coordinate representation of color #C9A5B3: hue angle of 336.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9A5B3 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 165 | 179 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.21 |
| HSL | 336.67º | 0.25% | 0.72% | - |
| HSV(B) | 336.67º | 0.18% | 0.79% | - |
| XYZ | 45.68 | 42.58 | 48.46 | - |
| YUV | 177.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 165 | 179 | 0 | 0.18 | 0.11 | 0.21 | 336.67 | 0.25 | 0.72 |
| Hex | C9 | A5 | B3 | 0 | 12 | B | 15 | 151 | 19 | 48 |
| Octal | 311 | 245 | 263 | 0 | 22 | 13 | 25 | 521 | 31 | 110 |
| Binary | 11001001 | 10100101 | 10110011 | 0 | 10010 | 1011 | 10101 | 101010001 | 11001 | 1001000 |
Color Harmonies of #C9A5B3
Complementary color
Monochromatic Colors of #C9A5B3
Black with #C9A5B3
Text Example
Text Example
White with #C9A5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A5B3; }
p { color: rgb(201,165,179); }
H1.HeaderClassName
{
color: #C9A5B3;
}
.AnyTagClassName
{
color: #C9A5B3;
}
</style>
background-color css
<style>
a { background-color: #C9A5B3; }
a { background-color: rgb(201,165,179); }
div.DivClassName
{
background-color: #C9A5B3;
}
.BgClassName
{
background-color: #C9A5B3;
}
</style>
border-color css
<style>
span { border-color: #C9A5B3; }
span { border-color: rgb(201,165,179); }
td.TdClassName
{
border-color: #C9A5B3;
}
.TagClassName
{
border-color: #C9A5B3;
}
</style>