Shades of Lily #C187AB
Tints of Lily #C187AB
RGB
CMYK
RGB Variations
Color information
#C187AB (or 0xC187AB) is known color: Lily. HEX triplet: C1, 87 and AB. RGB value is (193,135,171). Sum of RGB (Red+Green+Blue) = 193+135+171=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C187AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C187AB is #3E7854. Grayscale: #9C9C9C. Windows color (decimal): -4094037 or 11241409. OLE color: 11241409.
HSL color Cylindrical-coordinate representation of color #C187AB: hue angle of 322.76º 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 #C187AB is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 171 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.24 |
| HSL | 322.76º | 0.32% | 0.64% | - |
| HSV(B) | 322.76º | 0.3% | 0.76% | - |
| XYZ | 38.01 | 31.61 | 42.63 | - |
| YUV | 156.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 171 | 0 | 0.30 | 0.11 | 0.24 | 322.76 | 0.32 | 0.64 |
| Hex | C1 | 87 | AB | 0 | 1E | B | 18 | 143 | 20 | 40 |
| Octal | 301 | 207 | 253 | 0 | 36 | 13 | 30 | 503 | 40 | 100 |
| Binary | 11000001 | 10000111 | 10101011 | 0 | 11110 | 1011 | 11000 | 101000011 | 100000 | 1000000 |
Color Harmonies of #C187AB
Complementary color
Monochromatic Colors of #C187AB
Black with #C187AB
Text Example
Text Example
White with #C187AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C187AB; }
p { color: rgb(193,135,171); }
H1.HeaderClassName
{
color: #C187AB;
}
.AnyTagClassName
{
color: #C187AB;
}
</style>
background-color css
<style>
a { background-color: #C187AB; }
a { background-color: rgb(193,135,171); }
div.DivClassName
{
background-color: #C187AB;
}
.BgClassName
{
background-color: #C187AB;
}
</style>
border-color css
<style>
span { border-color: #C187AB; }
span { border-color: rgb(193,135,171); }
td.TdClassName
{
border-color: #C187AB;
}
.TagClassName
{
border-color: #C187AB;
}
</style>