Shades of Lily #C18AAB
Tints of Lily #C18AAB
RGB
CMYK
RGB Variations
Color information
#C18AAB (or 0xC18AAB) is known color: Lily. HEX triplet: C1, 8A and AB. RGB value is (193,138,171). Sum of RGB (Red+Green+Blue) = 193+138+171=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C18AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18AAB is #3E7554. Grayscale: #9E9E9E. Windows color (decimal): -4093269 or 11242177. OLE color: 11242177.
HSL color Cylindrical-coordinate representation of color #C18AAB: hue angle of 324º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C18AAB is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 171 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.24 |
| HSL | 324º | 0.31% | 0.65% | - |
| HSV(B) | 324º | 0.28% | 0.76% | - |
| XYZ | 38.43 | 32.45 | 42.77 | - |
| YUV | 158.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 171 | 0 | 0.28 | 0.11 | 0.24 | 324 | 0.31 | 0.65 |
| Hex | C1 | 8A | AB | 0 | 1C | B | 18 | 144 | 1F | 41 |
| Octal | 301 | 212 | 253 | 0 | 34 | 13 | 30 | 504 | 37 | 101 |
| Binary | 11000001 | 10001010 | 10101011 | 0 | 11100 | 1011 | 11000 | 101000100 | 11111 | 1000001 |
Color Harmonies of #C18AAB
Complementary color
Monochromatic Colors of #C18AAB
Black with #C18AAB
Text Example
Text Example
White with #C18AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18AAB; }
p { color: rgb(193,138,171); }
H1.HeaderClassName
{
color: #C18AAB;
}
.AnyTagClassName
{
color: #C18AAB;
}
</style>
background-color css
<style>
a { background-color: #C18AAB; }
a { background-color: rgb(193,138,171); }
div.DivClassName
{
background-color: #C18AAB;
}
.BgClassName
{
background-color: #C18AAB;
}
</style>
border-color css
<style>
span { border-color: #C18AAB; }
span { border-color: rgb(193,138,171); }
td.TdClassName
{
border-color: #C18AAB;
}
.TagClassName
{
border-color: #C18AAB;
}
</style>