Shades of Lily #C184AC
Tints of Lily #C184AC
RGB
CMYK
RGB Variations
Color information
#C184AC (or 0xC184AC) is known color: Lily. HEX triplet: C1, 84 and AC. RGB value is (193,132,172). Sum of RGB (Red+Green+Blue) = 193+132+172=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C184AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C184AC is #3E7B53. Grayscale: #9A9A9A. Windows color (decimal): -4094804 or 11306177. OLE color: 11306177.
HSL color Cylindrical-coordinate representation of color #C184AC: hue angle of 320.66º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C184AC is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 172 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.24 |
| HSL | 320.66º | 0.33% | 0.64% | - |
| HSV(B) | 320.66º | 0.32% | 0.76% | - |
| XYZ | 37.69 | 30.82 | 42.99 | - |
| YUV | 154.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 172 | 0 | 0.32 | 0.11 | 0.24 | 320.66 | 0.33 | 0.64 |
| Hex | C1 | 84 | AC | 0 | 20 | B | 18 | 141 | 21 | 40 |
| Octal | 301 | 204 | 254 | 0 | 40 | 13 | 30 | 501 | 41 | 100 |
| Binary | 11000001 | 10000100 | 10101100 | 0 | 100000 | 1011 | 11000 | 101000001 | 100001 | 1000000 |
Color Harmonies of #C184AC
Complementary color
Monochromatic Colors of #C184AC
Black with #C184AC
Text Example
Text Example
White with #C184AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C184AC; }
p { color: rgb(193,132,172); }
H1.HeaderClassName
{
color: #C184AC;
}
.AnyTagClassName
{
color: #C184AC;
}
</style>
background-color css
<style>
a { background-color: #C184AC; }
a { background-color: rgb(193,132,172); }
div.DivClassName
{
background-color: #C184AC;
}
.BgClassName
{
background-color: #C184AC;
}
</style>
border-color css
<style>
span { border-color: #C184AC; }
span { border-color: rgb(193,132,172); }
td.TdClassName
{
border-color: #C184AC;
}
.TagClassName
{
border-color: #C184AC;
}
</style>