Shades of Lily #C3A5B9
Tints of Lily #C3A5B9
RGB
CMYK
RGB Variations
Color information
#C3A5B9 (or 0xC3A5B9) is known color: Lily. HEX triplet: C3, A5 and B9. RGB value is (195,165,185). Sum of RGB (Red+Green+Blue) = 195+165+185=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A5B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A5B9 is #3C5A46. Grayscale: #B0B0B0. Windows color (decimal): -3955271 or 12166595. OLE color: 12166595.
HSL color Cylindrical-coordinate representation of color #C3A5B9: hue angle of 320º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3A5B9 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 185 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.24 |
| HSL | 320º | 0.2% | 0.71% | - |
| HSV(B) | 320º | 0.15% | 0.76% | - |
| XYZ | 44.72 | 42.02 | 51.65 | - |
| YUV | 176.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 185 | 0 | 0.15 | 0.05 | 0.24 | 320 | 0.2 | 0.71 |
| Hex | C3 | A5 | B9 | 0 | F | 5 | 18 | 140 | 14 | 47 |
| Octal | 303 | 245 | 271 | 0 | 17 | 5 | 30 | 500 | 24 | 107 |
| Binary | 11000011 | 10100101 | 10111001 | 0 | 1111 | 101 | 11000 | 101000000 | 10100 | 1000111 |
Color Harmonies of #C3A5B9
Complementary color
Monochromatic Colors of #C3A5B9
Black with #C3A5B9
Text Example
Text Example
White with #C3A5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A5B9; }
p { color: rgb(195,165,185); }
H1.HeaderClassName
{
color: #C3A5B9;
}
.AnyTagClassName
{
color: #C3A5B9;
}
</style>
background-color css
<style>
a { background-color: #C3A5B9; }
a { background-color: rgb(195,165,185); }
div.DivClassName
{
background-color: #C3A5B9;
}
.BgClassName
{
background-color: #C3A5B9;
}
</style>
border-color css
<style>
span { border-color: #C3A5B9; }
span { border-color: rgb(195,165,185); }
td.TdClassName
{
border-color: #C3A5B9;
}
.TagClassName
{
border-color: #C3A5B9;
}
</style>