Shades of Lily #C195AE
Tints of Lily #C195AE
RGB
CMYK
RGB Variations
Color information
#C195AE (or 0xC195AE) is known color: Lily. HEX triplet: C1, 95 and AE. RGB value is (193,149,174). Sum of RGB (Red+Green+Blue) = 193+149+174=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C195AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C195AE is #3E6A51. Grayscale: #A4A4A4. Windows color (decimal): -4090450 or 11441601. OLE color: 11441601.
HSL color Cylindrical-coordinate representation of color #C195AE: hue angle of 325.91º 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 #C195AE is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 174 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.24 |
| HSL | 325.91º | 0.26% | 0.67% | - |
| HSV(B) | 325.91º | 0.23% | 0.76% | - |
| XYZ | 40.38 | 35.89 | 44.84 | - |
| YUV | 165.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 174 | 0 | 0.23 | 0.10 | 0.24 | 325.91 | 0.26 | 0.67 |
| Hex | C1 | 95 | AE | 0 | 17 | A | 18 | 146 | 1A | 43 |
| Octal | 301 | 225 | 256 | 0 | 27 | 12 | 30 | 506 | 32 | 103 |
| Binary | 11000001 | 10010101 | 10101110 | 0 | 10111 | 1010 | 11000 | 101000110 | 11010 | 1000011 |
Color Harmonies of #C195AE
Complementary color
Monochromatic Colors of #C195AE
Black with #C195AE
Text Example
Text Example
White with #C195AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C195AE; }
p { color: rgb(193,149,174); }
H1.HeaderClassName
{
color: #C195AE;
}
.AnyTagClassName
{
color: #C195AE;
}
</style>
background-color css
<style>
a { background-color: #C195AE; }
a { background-color: rgb(193,149,174); }
div.DivClassName
{
background-color: #C195AE;
}
.BgClassName
{
background-color: #C195AE;
}
</style>
border-color css
<style>
span { border-color: #C195AE; }
span { border-color: rgb(193,149,174); }
td.TdClassName
{
border-color: #C195AE;
}
.TagClassName
{
border-color: #C195AE;
}
</style>