Shades of Lily #C195AB
Tints of Lily #C195AB
RGB
CMYK
RGB Variations
Color information
#C195AB (or 0xC195AB) is known color: Lily. HEX triplet: C1, 95 and AB. RGB value is (193,149,171). Sum of RGB (Red+Green+Blue) = 193+149+171=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C195AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C195AB is #3E6A54. Grayscale: #A4A4A4. Windows color (decimal): -4090453 or 11244993. OLE color: 11244993.
HSL color Cylindrical-coordinate representation of color #C195AB: hue angle of 330º 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 #C195AB is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 171 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.24 |
| HSL | 330º | 0.26% | 0.67% | - |
| HSV(B) | 330º | 0.23% | 0.76% | - |
| XYZ | 40.09 | 35.77 | 43.32 | - |
| YUV | 164.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 171 | 0 | 0.23 | 0.11 | 0.24 | 330 | 0.26 | 0.67 |
| Hex | C1 | 95 | AB | 0 | 17 | B | 18 | 14A | 1A | 43 |
| Octal | 301 | 225 | 253 | 0 | 27 | 13 | 30 | 512 | 32 | 103 |
| Binary | 11000001 | 10010101 | 10101011 | 0 | 10111 | 1011 | 11000 | 101001010 | 11010 | 1000011 |
Color Harmonies of #C195AB
Complementary color
Monochromatic Colors of #C195AB
Black with #C195AB
Text Example
Text Example
White with #C195AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C195AB; }
p { color: rgb(193,149,171); }
H1.HeaderClassName
{
color: #C195AB;
}
.AnyTagClassName
{
color: #C195AB;
}
</style>
background-color css
<style>
a { background-color: #C195AB; }
a { background-color: rgb(193,149,171); }
div.DivClassName
{
background-color: #C195AB;
}
.BgClassName
{
background-color: #C195AB;
}
</style>
border-color css
<style>
span { border-color: #C195AB; }
span { border-color: rgb(193,149,171); }
td.TdClassName
{
border-color: #C195AB;
}
.TagClassName
{
border-color: #C195AB;
}
</style>