Shades of Lily #C187AC
Tints of Lily #C187AC
RGB
CMYK
RGB Variations
Color information
#C187AC (or 0xC187AC) is known color: Lily. HEX triplet: C1, 87 and AC. RGB value is (193,135,172). Sum of RGB (Red+Green+Blue) = 193+135+172=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C187AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C187AC is #3E7853. Grayscale: #9C9C9C. Windows color (decimal): -4094036 or 11306945. OLE color: 11306945.
HSL color Cylindrical-coordinate representation of color #C187AC: hue angle of 321.72º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C187AC is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 172 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.24 |
| HSL | 321.72º | 0.32% | 0.64% | - |
| HSV(B) | 321.72º | 0.3% | 0.76% | - |
| XYZ | 38.1 | 31.64 | 43.13 | - |
| YUV | 156.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 172 | 0 | 0.30 | 0.11 | 0.24 | 321.72 | 0.32 | 0.64 |
| Hex | C1 | 87 | AC | 0 | 1E | B | 18 | 142 | 20 | 40 |
| Octal | 301 | 207 | 254 | 0 | 36 | 13 | 30 | 502 | 40 | 100 |
| Binary | 11000001 | 10000111 | 10101100 | 0 | 11110 | 1011 | 11000 | 101000010 | 100000 | 1000000 |
Color Harmonies of #C187AC
Complementary color
Monochromatic Colors of #C187AC
Black with #C187AC
Text Example
Text Example
White with #C187AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C187AC; }
p { color: rgb(193,135,172); }
H1.HeaderClassName
{
color: #C187AC;
}
.AnyTagClassName
{
color: #C187AC;
}
</style>
background-color css
<style>
a { background-color: #C187AC; }
a { background-color: rgb(193,135,172); }
div.DivClassName
{
background-color: #C187AC;
}
.BgClassName
{
background-color: #C187AC;
}
</style>
border-color css
<style>
span { border-color: #C187AC; }
span { border-color: rgb(193,135,172); }
td.TdClassName
{
border-color: #C187AC;
}
.TagClassName
{
border-color: #C187AC;
}
</style>