Shades of Lily #C181AC
Tints of Lily #C181AC
RGB
CMYK
RGB Variations
Color information
#C181AC (or 0xC181AC) is known color: Lily. HEX triplet: C1, 81 and AC. RGB value is (193,129,172). Sum of RGB (Red+Green+Blue) = 193+129+172=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C181AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C181AC is #3E7E53. Grayscale: #989898. Windows color (decimal): -4095572 or 11305409. OLE color: 11305409.
HSL color Cylindrical-coordinate representation of color #C181AC: hue angle of 319.69º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C181AC is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 172 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.24 |
| HSL | 319.69º | 0.34% | 0.63% | - |
| HSV(B) | 319.69º | 0.33% | 0.76% | - |
| XYZ | 37.29 | 30.02 | 42.86 | - |
| YUV | 153.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 172 | 0 | 0.33 | 0.11 | 0.24 | 319.69 | 0.34 | 0.63 |
| Hex | C1 | 81 | AC | 0 | 21 | B | 18 | 140 | 22 | 3F |
| Octal | 301 | 201 | 254 | 0 | 41 | 13 | 30 | 500 | 42 | 77 |
| Binary | 11000001 | 10000001 | 10101100 | 0 | 100001 | 1011 | 11000 | 101000000 | 100010 | 111111 |
Color Harmonies of #C181AC
Complementary color
Monochromatic Colors of #C181AC
Black with #C181AC
Text Example
Text Example
White with #C181AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C181AC; }
p { color: rgb(193,129,172); }
H1.HeaderClassName
{
color: #C181AC;
}
.AnyTagClassName
{
color: #C181AC;
}
</style>
background-color css
<style>
a { background-color: #C181AC; }
a { background-color: rgb(193,129,172); }
div.DivClassName
{
background-color: #C181AC;
}
.BgClassName
{
background-color: #C181AC;
}
</style>
border-color css
<style>
span { border-color: #C181AC; }
span { border-color: rgb(193,129,172); }
td.TdClassName
{
border-color: #C181AC;
}
.TagClassName
{
border-color: #C181AC;
}
</style>