Shades of Lily #C186AD
Tints of Lily #C186AD
RGB
CMYK
RGB Variations
Color information
#C186AD (or 0xC186AD) is known color: Lily. HEX triplet: C1, 86 and AD. RGB value is (193,134,173). Sum of RGB (Red+Green+Blue) = 193+134+173=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C186AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C186AD is #3E7952. Grayscale: #9B9B9B. Windows color (decimal): -4094291 or 11372225. OLE color: 11372225.
HSL color Cylindrical-coordinate representation of color #C186AD: hue angle of 320.34º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C186AD is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 173 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.24 |
| HSL | 320.34º | 0.32% | 0.64% | - |
| HSV(B) | 320.34º | 0.31% | 0.76% | - |
| XYZ | 38.06 | 31.4 | 43.59 | - |
| YUV | 156.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 173 | 0 | 0.31 | 0.10 | 0.24 | 320.34 | 0.32 | 0.64 |
| Hex | C1 | 86 | AD | 0 | 1F | A | 18 | 140 | 20 | 40 |
| Octal | 301 | 206 | 255 | 0 | 37 | 12 | 30 | 500 | 40 | 100 |
| Binary | 11000001 | 10000110 | 10101101 | 0 | 11111 | 1010 | 11000 | 101000000 | 100000 | 1000000 |
Color Harmonies of #C186AD
Complementary color
Monochromatic Colors of #C186AD
Black with #C186AD
Text Example
Text Example
White with #C186AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C186AD; }
p { color: rgb(193,134,173); }
H1.HeaderClassName
{
color: #C186AD;
}
.AnyTagClassName
{
color: #C186AD;
}
</style>
background-color css
<style>
a { background-color: #C186AD; }
a { background-color: rgb(193,134,173); }
div.DivClassName
{
background-color: #C186AD;
}
.BgClassName
{
background-color: #C186AD;
}
</style>
border-color css
<style>
span { border-color: #C186AD; }
span { border-color: rgb(193,134,173); }
td.TdClassName
{
border-color: #C186AD;
}
.TagClassName
{
border-color: #C186AD;
}
</style>