Shades of Lily #C395A9
Tints of Lily #C395A9
RGB
CMYK
RGB Variations
Color information
#C395A9 (or 0xC395A9) is known color: Lily. HEX triplet: C3, 95 and A9. RGB value is (195,149,169). Sum of RGB (Red+Green+Blue) = 195+149+169=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C395A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C395A9 is #3C6A56. Grayscale: #A5A5A5. Windows color (decimal): -3959383 or 11113923. OLE color: 11113923.
HSL color Cylindrical-coordinate representation of color #C395A9: hue angle of 333.91º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C395A9 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 169 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.24 |
| HSL | 333.91º | 0.28% | 0.67% | - |
| HSV(B) | 333.91º | 0.24% | 0.76% | - |
| XYZ | 40.41 | 35.96 | 42.35 | - |
| YUV | 165.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 169 | 0 | 0.24 | 0.13 | 0.24 | 333.91 | 0.28 | 0.67 |
| Hex | C3 | 95 | A9 | 0 | 18 | D | 18 | 14E | 1C | 43 |
| Octal | 303 | 225 | 251 | 0 | 30 | 15 | 30 | 516 | 34 | 103 |
| Binary | 11000011 | 10010101 | 10101001 | 0 | 11000 | 1101 | 11000 | 101001110 | 11100 | 1000011 |
Color Harmonies of #C395A9
Complementary color
Monochromatic Colors of #C395A9
Black with #C395A9
Text Example
Text Example
White with #C395A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C395A9; }
p { color: rgb(195,149,169); }
H1.HeaderClassName
{
color: #C395A9;
}
.AnyTagClassName
{
color: #C395A9;
}
</style>
background-color css
<style>
a { background-color: #C395A9; }
a { background-color: rgb(195,149,169); }
div.DivClassName
{
background-color: #C395A9;
}
.BgClassName
{
background-color: #C395A9;
}
</style>
border-color css
<style>
span { border-color: #C395A9; }
span { border-color: rgb(195,149,169); }
td.TdClassName
{
border-color: #C395A9;
}
.TagClassName
{
border-color: #C395A9;
}
</style>