Shades of Lily #C395AF
Tints of Lily #C395AF
RGB
CMYK
RGB Variations
Color information
#C395AF (or 0xC395AF) is known color: Lily. HEX triplet: C3, 95 and AF. RGB value is (195,149,175). Sum of RGB (Red+Green+Blue) = 195+149+175=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C395AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C395AF is #3C6A50. Grayscale: #A5A5A5. Windows color (decimal): -3959377 or 11507139. OLE color: 11507139.
HSL color Cylindrical-coordinate representation of color #C395AF: hue angle of 326.09º 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 #C395AF is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 175 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.24 |
| HSL | 326.09º | 0.28% | 0.67% | - |
| HSV(B) | 326.09º | 0.24% | 0.76% | - |
| XYZ | 40.99 | 36.19 | 45.38 | - |
| YUV | 165.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 175 | 0 | 0.24 | 0.10 | 0.24 | 326.09 | 0.28 | 0.67 |
| Hex | C3 | 95 | AF | 0 | 18 | A | 18 | 146 | 1C | 43 |
| Octal | 303 | 225 | 257 | 0 | 30 | 12 | 30 | 506 | 34 | 103 |
| Binary | 11000011 | 10010101 | 10101111 | 0 | 11000 | 1010 | 11000 | 101000110 | 11100 | 1000011 |
Color Harmonies of #C395AF
Complementary color
Monochromatic Colors of #C395AF
Black with #C395AF
Text Example
Text Example
White with #C395AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C395AF; }
p { color: rgb(195,149,175); }
H1.HeaderClassName
{
color: #C395AF;
}
.AnyTagClassName
{
color: #C395AF;
}
</style>
background-color css
<style>
a { background-color: #C395AF; }
a { background-color: rgb(195,149,175); }
div.DivClassName
{
background-color: #C395AF;
}
.BgClassName
{
background-color: #C395AF;
}
</style>
border-color css
<style>
span { border-color: #C395AF; }
span { border-color: rgb(195,149,175); }
td.TdClassName
{
border-color: #C395AF;
}
.TagClassName
{
border-color: #C395AF;
}
</style>