Shades of Lily #C18CAA
Tints of Lily #C18CAA
RGB
CMYK
RGB Variations
Color information
#C18CAA (or 0xC18CAA) is known color: Lily. HEX triplet: C1, 8C and AA. RGB value is (193,140,170). Sum of RGB (Red+Green+Blue) = 193+140+170=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C18CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18CAA is #3E7355. Grayscale: #9F9F9F. Windows color (decimal): -4092758 or 11177153. OLE color: 11177153.
HSL color Cylindrical-coordinate representation of color #C18CAA: hue angle of 326.04º 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 #C18CAA is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 140 | 170 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.24 |
| HSL | 326.04º | 0.3% | 0.65% | - |
| HSV(B) | 326.04º | 0.27% | 0.76% | - |
| XYZ | 38.63 | 33 | 42.36 | - |
| YUV | 159.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 170 | 0 | 0.27 | 0.12 | 0.24 | 326.04 | 0.3 | 0.65 |
| Hex | C1 | 8C | AA | 0 | 1B | C | 18 | 146 | 1E | 41 |
| Octal | 301 | 214 | 252 | 0 | 33 | 14 | 30 | 506 | 36 | 101 |
| Binary | 11000001 | 10001100 | 10101010 | 0 | 11011 | 1100 | 11000 | 101000110 | 11110 | 1000001 |
Color Harmonies of #C18CAA
Complementary color
Monochromatic Colors of #C18CAA
Black with #C18CAA
Text Example
Text Example
White with #C18CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18CAA; }
p { color: rgb(193,140,170); }
H1.HeaderClassName
{
color: #C18CAA;
}
.AnyTagClassName
{
color: #C18CAA;
}
</style>
background-color css
<style>
a { background-color: #C18CAA; }
a { background-color: rgb(193,140,170); }
div.DivClassName
{
background-color: #C18CAA;
}
.BgClassName
{
background-color: #C18CAA;
}
</style>
border-color css
<style>
span { border-color: #C18CAA; }
span { border-color: rgb(193,140,170); }
td.TdClassName
{
border-color: #C18CAA;
}
.TagClassName
{
border-color: #C18CAA;
}
</style>