Shades of Lily #C195B2
Tints of Lily #C195B2
RGB
CMYK
RGB Variations
Color information
#C195B2 (or 0xC195B2) is known color: Lily. HEX triplet: C1, 95 and B2. RGB value is (193,149,178). Sum of RGB (Red+Green+Blue) = 193+149+178=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C195B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C195B2 is #3E6A4D. Grayscale: #A5A5A5. Windows color (decimal): -4090446 or 11703745. OLE color: 11703745.
HSL color Cylindrical-coordinate representation of color #C195B2: hue angle of 320.45º 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 #C195B2 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 178 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.24 |
| HSL | 320.45º | 0.26% | 0.67% | - |
| HSV(B) | 320.45º | 0.23% | 0.76% | - |
| XYZ | 40.78 | 36.05 | 46.93 | - |
| YUV | 165.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 178 | 0 | 0.23 | 0.08 | 0.24 | 320.45 | 0.26 | 0.67 |
| Hex | C1 | 95 | B2 | 0 | 17 | 8 | 18 | 140 | 1A | 43 |
| Octal | 301 | 225 | 262 | 0 | 27 | 10 | 30 | 500 | 32 | 103 |
| Binary | 11000001 | 10010101 | 10110010 | 0 | 10111 | 1000 | 11000 | 101000000 | 11010 | 1000011 |
Color Harmonies of #C195B2
Complementary color
Monochromatic Colors of #C195B2
Black with #C195B2
Text Example
Text Example
White with #C195B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C195B2; }
p { color: rgb(193,149,178); }
H1.HeaderClassName
{
color: #C195B2;
}
.AnyTagClassName
{
color: #C195B2;
}
</style>
background-color css
<style>
a { background-color: #C195B2; }
a { background-color: rgb(193,149,178); }
div.DivClassName
{
background-color: #C195B2;
}
.BgClassName
{
background-color: #C195B2;
}
</style>
border-color css
<style>
span { border-color: #C195B2; }
span { border-color: rgb(193,149,178); }
td.TdClassName
{
border-color: #C195B2;
}
.TagClassName
{
border-color: #C195B2;
}
</style>