Shades of Lily #C188AA
Tints of Lily #C188AA
RGB
CMYK
RGB Variations
Color information
#C188AA (or 0xC188AA) is known color: Lily. HEX triplet: C1, 88 and AA. RGB value is (193,136,170). Sum of RGB (Red+Green+Blue) = 193+136+170=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C188AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C188AA is #3E7755. Grayscale: #9C9C9C. Windows color (decimal): -4093782 or 11176129. OLE color: 11176129.
HSL color Cylindrical-coordinate representation of color #C188AA: hue angle of 324.21º 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 #C188AA is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 170 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.24 |
| HSL | 324.21º | 0.31% | 0.65% | - |
| HSV(B) | 324.21º | 0.3% | 0.76% | - |
| XYZ | 38.05 | 31.85 | 42.17 | - |
| YUV | 156.92 | 135.38 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 170 | 0 | 0.30 | 0.12 | 0.24 | 324.21 | 0.31 | 0.65 |
| Hex | C1 | 88 | AA | 0 | 1E | C | 18 | 144 | 1F | 41 |
| Octal | 301 | 210 | 252 | 0 | 36 | 14 | 30 | 504 | 37 | 101 |
| Binary | 11000001 | 10001000 | 10101010 | 0 | 11110 | 1100 | 11000 | 101000100 | 11111 | 1000001 |
Color Harmonies of #C188AA
Complementary color
Monochromatic Colors of #C188AA
Black with #C188AA
Text Example
Text Example
White with #C188AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C188AA; }
p { color: rgb(193,136,170); }
H1.HeaderClassName
{
color: #C188AA;
}
.AnyTagClassName
{
color: #C188AA;
}
</style>
background-color css
<style>
a { background-color: #C188AA; }
a { background-color: rgb(193,136,170); }
div.DivClassName
{
background-color: #C188AA;
}
.BgClassName
{
background-color: #C188AA;
}
</style>
border-color css
<style>
span { border-color: #C188AA; }
span { border-color: rgb(193,136,170); }
td.TdClassName
{
border-color: #C188AA;
}
.TagClassName
{
border-color: #C188AA;
}
</style>