Shades of Lily #C189AC
Tints of Lily #C189AC
RGB
CMYK
RGB Variations
Color information
#C189AC (or 0xC189AC) is known color: Lily. HEX triplet: C1, 89 and AC. RGB value is (193,137,172). Sum of RGB (Red+Green+Blue) = 193+137+172=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C189AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C189AC is #3E7653. Grayscale: #9D9D9D. Windows color (decimal): -4093524 or 11307457. OLE color: 11307457.
HSL color Cylindrical-coordinate representation of color #C189AC: hue angle of 322.5º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C189AC is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 172 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.24 |
| HSL | 322.5º | 0.31% | 0.65% | - |
| HSV(B) | 322.5º | 0.29% | 0.76% | - |
| XYZ | 38.38 | 32.21 | 43.22 | - |
| YUV | 157.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 172 | 0 | 0.29 | 0.11 | 0.24 | 322.5 | 0.31 | 0.65 |
| Hex | C1 | 89 | AC | 0 | 1D | B | 18 | 142 | 1F | 41 |
| Octal | 301 | 211 | 254 | 0 | 35 | 13 | 30 | 502 | 37 | 101 |
| Binary | 11000001 | 10001001 | 10101100 | 0 | 11101 | 1011 | 11000 | 101000010 | 11111 | 1000001 |
Color Harmonies of #C189AC
Complementary color
Monochromatic Colors of #C189AC
Black with #C189AC
Text Example
Text Example
White with #C189AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189AC; }
p { color: rgb(193,137,172); }
H1.HeaderClassName
{
color: #C189AC;
}
.AnyTagClassName
{
color: #C189AC;
}
</style>
background-color css
<style>
a { background-color: #C189AC; }
a { background-color: rgb(193,137,172); }
div.DivClassName
{
background-color: #C189AC;
}
.BgClassName
{
background-color: #C189AC;
}
</style>
border-color css
<style>
span { border-color: #C189AC; }
span { border-color: rgb(193,137,172); }
td.TdClassName
{
border-color: #C189AC;
}
.TagClassName
{
border-color: #C189AC;
}
</style>