Shades of Lily #C195AF
Tints of Lily #C195AF
RGB
CMYK
RGB Variations
Color information
#C195AF (or 0xC195AF) is known color: Lily. HEX triplet: C1, 95 and AF. RGB value is (193,149,175). Sum of RGB (Red+Green+Blue) = 193+149+175=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 193 - color contains mainly: red. Hex color #C195AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C195AF is #3E6A50. Grayscale: #A5A5A5. Windows color (decimal): -4090449 or 11507137. OLE color: 11507137.
HSL color Cylindrical-coordinate representation of color #C195AF: hue angle of 324.55º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C195AF is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 175 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.24 |
| HSL | 324.55º | 0.26% | 0.67% | - |
| HSV(B) | 324.55º | 0.23% | 0.76% | - |
| XYZ | 40.48 | 35.93 | 45.36 | - |
| YUV | 165.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 175 | 0 | 0.23 | 0.09 | 0.24 | 324.55 | 0.26 | 0.67 |
| Hex | C1 | 95 | AF | 0 | 17 | 9 | 18 | 145 | 1A | 43 |
| Octal | 301 | 225 | 257 | 0 | 27 | 11 | 30 | 505 | 32 | 103 |
| Binary | 11000001 | 10010101 | 10101111 | 0 | 10111 | 1001 | 11000 | 101000101 | 11010 | 1000011 |
Color Harmonies of #C195AF
Complementary color
Monochromatic Colors of #C195AF
Black with #C195AF
Text Example
Text Example
White with #C195AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C195AF; }
p { color: rgb(193,149,175); }
H1.HeaderClassName
{
color: #C195AF;
}
.AnyTagClassName
{
color: #C195AF;
}
</style>
background-color css
<style>
a { background-color: #C195AF; }
a { background-color: rgb(193,149,175); }
div.DivClassName
{
background-color: #C195AF;
}
.BgClassName
{
background-color: #C195AF;
}
</style>
border-color css
<style>
span { border-color: #C195AF; }
span { border-color: rgb(193,149,175); }
td.TdClassName
{
border-color: #C195AF;
}
.TagClassName
{
border-color: #C195AF;
}
</style>