Shades of Lily #C189AB
Tints of Lily #C189AB
RGB
CMYK
RGB Variations
Color information
#C189AB (or 0xC189AB) is known color: Lily. HEX triplet: C1, 89 and AB. RGB value is (193,137,171). Sum of RGB (Red+Green+Blue) = 193+137+171=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C189AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C189AB is #3E7654. Grayscale: #9D9D9D. Windows color (decimal): -4093525 or 11241921. OLE color: 11241921.
HSL color Cylindrical-coordinate representation of color #C189AB: hue angle of 323.57º 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 #C189AB is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 171 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.24 |
| HSL | 323.57º | 0.31% | 0.65% | - |
| HSV(B) | 323.57º | 0.29% | 0.76% | - |
| XYZ | 38.29 | 32.17 | 42.72 | - |
| YUV | 157.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 171 | 0 | 0.29 | 0.11 | 0.24 | 323.57 | 0.31 | 0.65 |
| Hex | C1 | 89 | AB | 0 | 1D | B | 18 | 144 | 1F | 41 |
| Octal | 301 | 211 | 253 | 0 | 35 | 13 | 30 | 504 | 37 | 101 |
| Binary | 11000001 | 10001001 | 10101011 | 0 | 11101 | 1011 | 11000 | 101000100 | 11111 | 1000001 |
Color Harmonies of #C189AB
Complementary color
Monochromatic Colors of #C189AB
Black with #C189AB
Text Example
Text Example
White with #C189AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189AB; }
p { color: rgb(193,137,171); }
H1.HeaderClassName
{
color: #C189AB;
}
.AnyTagClassName
{
color: #C189AB;
}
</style>
background-color css
<style>
a { background-color: #C189AB; }
a { background-color: rgb(193,137,171); }
div.DivClassName
{
background-color: #C189AB;
}
.BgClassName
{
background-color: #C189AB;
}
</style>
border-color css
<style>
span { border-color: #C189AB; }
span { border-color: rgb(193,137,171); }
td.TdClassName
{
border-color: #C189AB;
}
.TagClassName
{
border-color: #C189AB;
}
</style>