Shades of Lily #C188AE
Tints of Lily #C188AE
RGB
CMYK
RGB Variations
Color information
#C188AE (or 0xC188AE) is known color: Lily. HEX triplet: C1, 88 and AE. RGB value is (193,136,174). Sum of RGB (Red+Green+Blue) = 193+136+174=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C188AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C188AE is #3E7751. Grayscale: #9D9D9D. Windows color (decimal): -4093778 or 11438273. OLE color: 11438273.
HSL color Cylindrical-coordinate representation of color #C188AE: hue angle of 320º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C188AE is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 174 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.24 |
| HSL | 320º | 0.31% | 0.65% | - |
| HSV(B) | 320º | 0.3% | 0.76% | - |
| XYZ | 38.44 | 32 | 44.2 | - |
| YUV | 157.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 174 | 0 | 0.30 | 0.10 | 0.24 | 320 | 0.31 | 0.65 |
| Hex | C1 | 88 | AE | 0 | 1E | A | 18 | 140 | 1F | 41 |
| Octal | 301 | 210 | 256 | 0 | 36 | 12 | 30 | 500 | 37 | 101 |
| Binary | 11000001 | 10001000 | 10101110 | 0 | 11110 | 1010 | 11000 | 101000000 | 11111 | 1000001 |
Color Harmonies of #C188AE
Complementary color
Monochromatic Colors of #C188AE
Black with #C188AE
Text Example
Text Example
White with #C188AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C188AE; }
p { color: rgb(193,136,174); }
H1.HeaderClassName
{
color: #C188AE;
}
.AnyTagClassName
{
color: #C188AE;
}
</style>
background-color css
<style>
a { background-color: #C188AE; }
a { background-color: rgb(193,136,174); }
div.DivClassName
{
background-color: #C188AE;
}
.BgClassName
{
background-color: #C188AE;
}
</style>
border-color css
<style>
span { border-color: #C188AE; }
span { border-color: rgb(193,136,174); }
td.TdClassName
{
border-color: #C188AE;
}
.TagClassName
{
border-color: #C188AE;
}
</style>