Shades of Lily #C188AD
Tints of Lily #C188AD
RGB
CMYK
RGB Variations
Color information
#C188AD (or 0xC188AD) is known color: Lily. HEX triplet: C1, 88 and AD. RGB value is (193,136,173). Sum of RGB (Red+Green+Blue) = 193+136+173=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C188AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C188AD is #3E7752. Grayscale: #9D9D9D. Windows color (decimal): -4093779 or 11372737. OLE color: 11372737.
HSL color Cylindrical-coordinate representation of color #C188AD: hue angle of 321.05º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C188AD is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 173 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.24 |
| HSL | 321.05º | 0.31% | 0.65% | - |
| HSV(B) | 321.05º | 0.3% | 0.76% | - |
| XYZ | 38.34 | 31.96 | 43.68 | - |
| YUV | 157.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 173 | 0 | 0.30 | 0.10 | 0.24 | 321.05 | 0.31 | 0.65 |
| Hex | C1 | 88 | AD | 0 | 1E | A | 18 | 141 | 1F | 41 |
| Octal | 301 | 210 | 255 | 0 | 36 | 12 | 30 | 501 | 37 | 101 |
| Binary | 11000001 | 10001000 | 10101101 | 0 | 11110 | 1010 | 11000 | 101000001 | 11111 | 1000001 |
Color Harmonies of #C188AD
Complementary color
Monochromatic Colors of #C188AD
Black with #C188AD
Text Example
Text Example
White with #C188AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C188AD; }
p { color: rgb(193,136,173); }
H1.HeaderClassName
{
color: #C188AD;
}
.AnyTagClassName
{
color: #C188AD;
}
</style>
background-color css
<style>
a { background-color: #C188AD; }
a { background-color: rgb(193,136,173); }
div.DivClassName
{
background-color: #C188AD;
}
.BgClassName
{
background-color: #C188AD;
}
</style>
border-color css
<style>
span { border-color: #C188AD; }
span { border-color: rgb(193,136,173); }
td.TdClassName
{
border-color: #C188AD;
}
.TagClassName
{
border-color: #C188AD;
}
</style>