Shades of Lily #C186AC
Tints of Lily #C186AC
RGB
CMYK
RGB Variations
Color information
#C186AC (or 0xC186AC) is known color: Lily. HEX triplet: C1, 86 and AC. RGB value is (193,134,172). Sum of RGB (Red+Green+Blue) = 193+134+172=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C186AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C186AC is #3E7953. Grayscale: #9B9B9B. Windows color (decimal): -4094292 or 11306689. OLE color: 11306689.
HSL color Cylindrical-coordinate representation of color #C186AC: hue angle of 321.36º 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 #C186AC is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 172 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.24 |
| HSL | 321.36º | 0.32% | 0.64% | - |
| HSV(B) | 321.36º | 0.31% | 0.76% | - |
| XYZ | 37.96 | 31.37 | 43.08 | - |
| YUV | 155.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 172 | 0 | 0.31 | 0.11 | 0.24 | 321.36 | 0.32 | 0.64 |
| Hex | C1 | 86 | AC | 0 | 1F | B | 18 | 141 | 20 | 40 |
| Octal | 301 | 206 | 254 | 0 | 37 | 13 | 30 | 501 | 40 | 100 |
| Binary | 11000001 | 10000110 | 10101100 | 0 | 11111 | 1011 | 11000 | 101000001 | 100000 | 1000000 |
Color Harmonies of #C186AC
Complementary color
Monochromatic Colors of #C186AC
Black with #C186AC
Text Example
Text Example
White with #C186AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C186AC; }
p { color: rgb(193,134,172); }
H1.HeaderClassName
{
color: #C186AC;
}
.AnyTagClassName
{
color: #C186AC;
}
</style>
background-color css
<style>
a { background-color: #C186AC; }
a { background-color: rgb(193,134,172); }
div.DivClassName
{
background-color: #C186AC;
}
.BgClassName
{
background-color: #C186AC;
}
</style>
border-color css
<style>
span { border-color: #C186AC; }
span { border-color: rgb(193,134,172); }
td.TdClassName
{
border-color: #C186AC;
}
.TagClassName
{
border-color: #C186AC;
}
</style>