Shades of Lily #C185AB
Tints of Lily #C185AB
RGB
CMYK
RGB Variations
Color information
#C185AB (or 0xC185AB) is known color: Lily. HEX triplet: C1, 85 and AB. RGB value is (193,133,171). Sum of RGB (Red+Green+Blue) = 193+133+171=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C185AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C185AB is #3E7A54. Grayscale: #9B9B9B. Windows color (decimal): -4094549 or 11240897. OLE color: 11240897.
HSL color Cylindrical-coordinate representation of color #C185AB: hue angle of 322º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C185AB is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 171 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.24 |
| HSL | 322º | 0.33% | 0.64% | - |
| HSV(B) | 322º | 0.31% | 0.76% | - |
| XYZ | 37.73 | 31.05 | 42.53 | - |
| YUV | 155.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 171 | 0 | 0.31 | 0.11 | 0.24 | 322 | 0.33 | 0.64 |
| Hex | C1 | 85 | AB | 0 | 1F | B | 18 | 142 | 21 | 40 |
| Octal | 301 | 205 | 253 | 0 | 37 | 13 | 30 | 502 | 41 | 100 |
| Binary | 11000001 | 10000101 | 10101011 | 0 | 11111 | 1011 | 11000 | 101000010 | 100001 | 1000000 |
Color Harmonies of #C185AB
Complementary color
Monochromatic Colors of #C185AB
Black with #C185AB
Text Example
Text Example
White with #C185AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185AB; }
p { color: rgb(193,133,171); }
H1.HeaderClassName
{
color: #C185AB;
}
.AnyTagClassName
{
color: #C185AB;
}
</style>
background-color css
<style>
a { background-color: #C185AB; }
a { background-color: rgb(193,133,171); }
div.DivClassName
{
background-color: #C185AB;
}
.BgClassName
{
background-color: #C185AB;
}
</style>
border-color css
<style>
span { border-color: #C185AB; }
span { border-color: rgb(193,133,171); }
td.TdClassName
{
border-color: #C185AB;
}
.TagClassName
{
border-color: #C185AB;
}
</style>