Shades of Lily #C187AF
Tints of Lily #C187AF
RGB
CMYK
RGB Variations
Color information
#C187AF (or 0xC187AF) is known color: Lily. HEX triplet: C1, 87 and AF. RGB value is (193,135,175). Sum of RGB (Red+Green+Blue) = 193+135+175=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C187AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C187AF is #3E7850. Grayscale: #9C9C9C. Windows color (decimal): -4094033 or 11503553. OLE color: 11503553.
HSL color Cylindrical-coordinate representation of color #C187AF: hue angle of 318.62º 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 #C187AF is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 175 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.24 |
| HSL | 318.62º | 0.32% | 0.64% | - |
| HSV(B) | 318.62º | 0.3% | 0.76% | - |
| XYZ | 38.39 | 31.76 | 44.66 | - |
| YUV | 156.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 175 | 0 | 0.30 | 0.09 | 0.24 | 318.62 | 0.32 | 0.64 |
| Hex | C1 | 87 | AF | 0 | 1E | 9 | 18 | 13F | 20 | 40 |
| Octal | 301 | 207 | 257 | 0 | 36 | 11 | 30 | 477 | 40 | 100 |
| Binary | 11000001 | 10000111 | 10101111 | 0 | 11110 | 1001 | 11000 | 100111111 | 100000 | 1000000 |
Color Harmonies of #C187AF
Complementary color
Monochromatic Colors of #C187AF
Black with #C187AF
Text Example
Text Example
White with #C187AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C187AF; }
p { color: rgb(193,135,175); }
H1.HeaderClassName
{
color: #C187AF;
}
.AnyTagClassName
{
color: #C187AF;
}
</style>
background-color css
<style>
a { background-color: #C187AF; }
a { background-color: rgb(193,135,175); }
div.DivClassName
{
background-color: #C187AF;
}
.BgClassName
{
background-color: #C187AF;
}
</style>
border-color css
<style>
span { border-color: #C187AF; }
span { border-color: rgb(193,135,175); }
td.TdClassName
{
border-color: #C187AF;
}
.TagClassName
{
border-color: #C187AF;
}
</style>