Shades of Lily #C18BAC
Tints of Lily #C18BAC
RGB
CMYK
RGB Variations
Color information
#C18BAC (or 0xC18BAC) is known color: Lily. HEX triplet: C1, 8B and AC. RGB value is (193,139,172). Sum of RGB (Red+Green+Blue) = 193+139+172=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C18BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18BAC is #3E7453. Grayscale: #9E9E9E. Windows color (decimal): -4093012 or 11307969. OLE color: 11307969.
HSL color Cylindrical-coordinate representation of color #C18BAC: hue angle of 323.33º degrees, saturation: 0.3, 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 #C18BAC is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 139 | 172 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.24 |
| HSL | 323.33º | 0.3% | 0.65% | - |
| HSV(B) | 323.33º | 0.28% | 0.76% | - |
| XYZ | 38.67 | 32.78 | 43.32 | - |
| YUV | 158.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 172 | 0 | 0.28 | 0.11 | 0.24 | 323.33 | 0.3 | 0.65 |
| Hex | C1 | 8B | AC | 0 | 1C | B | 18 | 143 | 1E | 41 |
| Octal | 301 | 213 | 254 | 0 | 34 | 13 | 30 | 503 | 36 | 101 |
| Binary | 11000001 | 10001011 | 10101100 | 0 | 11100 | 1011 | 11000 | 101000011 | 11110 | 1000001 |
Color Harmonies of #C18BAC
Complementary color
Monochromatic Colors of #C18BAC
Black with #C18BAC
Text Example
Text Example
White with #C18BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18BAC; }
p { color: rgb(193,139,172); }
H1.HeaderClassName
{
color: #C18BAC;
}
.AnyTagClassName
{
color: #C18BAC;
}
</style>
background-color css
<style>
a { background-color: #C18BAC; }
a { background-color: rgb(193,139,172); }
div.DivClassName
{
background-color: #C18BAC;
}
.BgClassName
{
background-color: #C18BAC;
}
</style>
border-color css
<style>
span { border-color: #C18BAC; }
span { border-color: rgb(193,139,172); }
td.TdClassName
{
border-color: #C18BAC;
}
.TagClassName
{
border-color: #C18BAC;
}
</style>