Shades of Lily #C18CA8
Tints of Lily #C18CA8
RGB
CMYK
RGB Variations
Color information
#C18CA8 (or 0xC18CA8) is known color: Lily. HEX triplet: C1, 8C and A8. RGB value is (193,140,168). Sum of RGB (Red+Green+Blue) = 193+140+168=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C18CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18CA8 is #3E7357. Grayscale: #9E9E9E. Windows color (decimal): -4092760 or 11046081. OLE color: 11046081.
HSL color Cylindrical-coordinate representation of color #C18CA8: hue angle of 328.3º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C18CA8 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 140 | 168 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.24 |
| HSL | 328.3º | 0.3% | 0.65% | - |
| HSV(B) | 328.3º | 0.27% | 0.76% | - |
| XYZ | 38.44 | 32.92 | 41.37 | - |
| YUV | 159.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 168 | 0 | 0.27 | 0.13 | 0.24 | 328.3 | 0.3 | 0.65 |
| Hex | C1 | 8C | A8 | 0 | 1B | D | 18 | 148 | 1E | 41 |
| Octal | 301 | 214 | 250 | 0 | 33 | 15 | 30 | 510 | 36 | 101 |
| Binary | 11000001 | 10001100 | 10101000 | 0 | 11011 | 1101 | 11000 | 101001000 | 11110 | 1000001 |
Color Harmonies of #C18CA8
Complementary color
Monochromatic Colors of #C18CA8
Black with #C18CA8
Text Example
Text Example
White with #C18CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18CA8; }
p { color: rgb(193,140,168); }
H1.HeaderClassName
{
color: #C18CA8;
}
.AnyTagClassName
{
color: #C18CA8;
}
</style>
background-color css
<style>
a { background-color: #C18CA8; }
a { background-color: rgb(193,140,168); }
div.DivClassName
{
background-color: #C18CA8;
}
.BgClassName
{
background-color: #C18CA8;
}
</style>
border-color css
<style>
span { border-color: #C18CA8; }
span { border-color: rgb(193,140,168); }
td.TdClassName
{
border-color: #C18CA8;
}
.TagClassName
{
border-color: #C18CA8;
}
</style>