Shades of Lily #C18AB2
Tints of Lily #C18AB2
RGB
CMYK
RGB Variations
Color information
#C18AB2 (or 0xC18AB2) is known color: Lily. HEX triplet: C1, 8A and B2. RGB value is (193,138,178). Sum of RGB (Red+Green+Blue) = 193+138+178=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C18AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18AB2 is #3E754D. Grayscale: #9E9E9E. Windows color (decimal): -4093262 or 11700929. OLE color: 11700929.
HSL color Cylindrical-coordinate representation of color #C18AB2: hue angle of 316.36º 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 #C18AB2 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 178 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.24 |
| HSL | 316.36º | 0.31% | 0.65% | - |
| HSV(B) | 316.36º | 0.28% | 0.76% | - |
| XYZ | 39.12 | 32.73 | 46.38 | - |
| YUV | 159.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 178 | 0 | 0.28 | 0.08 | 0.24 | 316.36 | 0.31 | 0.65 |
| Hex | C1 | 8A | B2 | 0 | 1C | 8 | 18 | 13C | 1F | 41 |
| Octal | 301 | 212 | 262 | 0 | 34 | 10 | 30 | 474 | 37 | 101 |
| Binary | 11000001 | 10001010 | 10110010 | 0 | 11100 | 1000 | 11000 | 100111100 | 11111 | 1000001 |
Color Harmonies of #C18AB2
Complementary color
Monochromatic Colors of #C18AB2
Black with #C18AB2
Text Example
Text Example
White with #C18AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18AB2; }
p { color: rgb(193,138,178); }
H1.HeaderClassName
{
color: #C18AB2;
}
.AnyTagClassName
{
color: #C18AB2;
}
</style>
background-color css
<style>
a { background-color: #C18AB2; }
a { background-color: rgb(193,138,178); }
div.DivClassName
{
background-color: #C18AB2;
}
.BgClassName
{
background-color: #C18AB2;
}
</style>
border-color css
<style>
span { border-color: #C18AB2; }
span { border-color: rgb(193,138,178); }
td.TdClassName
{
border-color: #C18AB2;
}
.TagClassName
{
border-color: #C18AB2;
}
</style>