Shades of Lily #C3A9B9
Tints of Lily #C3A9B9
RGB
CMYK
RGB Variations
Color information
#C3A9B9 (or 0xC3A9B9) is known color: Lily. HEX triplet: C3, A9 and B9. RGB value is (195,169,185). Sum of RGB (Red+Green+Blue) = 195+169+185=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A9B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A9B9 is #3C5646. Grayscale: #B2B2B2. Windows color (decimal): -3954247 or 12167619. OLE color: 12167619.
HSL color Cylindrical-coordinate representation of color #C3A9B9: hue angle of 323.08º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3A9B9 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 185 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.24 |
| HSL | 323.08º | 0.18% | 0.71% | - |
| HSV(B) | 323.08º | 0.13% | 0.76% | - |
| XYZ | 45.45 | 43.48 | 51.9 | - |
| YUV | 178.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 185 | 0 | 0.13 | 0.05 | 0.24 | 323.08 | 0.18 | 0.71 |
| Hex | C3 | A9 | B9 | 0 | D | 5 | 18 | 143 | 12 | 47 |
| Octal | 303 | 251 | 271 | 0 | 15 | 5 | 30 | 503 | 22 | 107 |
| Binary | 11000011 | 10101001 | 10111001 | 0 | 1101 | 101 | 11000 | 101000011 | 10010 | 1000111 |
Color Harmonies of #C3A9B9
Complementary color
Monochromatic Colors of #C3A9B9
Black with #C3A9B9
Text Example
Text Example
White with #C3A9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A9B9; }
p { color: rgb(195,169,185); }
H1.HeaderClassName
{
color: #C3A9B9;
}
.AnyTagClassName
{
color: #C3A9B9;
}
</style>
background-color css
<style>
a { background-color: #C3A9B9; }
a { background-color: rgb(195,169,185); }
div.DivClassName
{
background-color: #C3A9B9;
}
.BgClassName
{
background-color: #C3A9B9;
}
</style>
border-color css
<style>
span { border-color: #C3A9B9; }
span { border-color: rgb(195,169,185); }
td.TdClassName
{
border-color: #C3A9B9;
}
.TagClassName
{
border-color: #C3A9B9;
}
</style>