Shades of Lily #C185A7
Tints of Lily #C185A7
RGB
CMYK
RGB Variations
Color information
#C185A7 (or 0xC185A7) is known color: Lily. HEX triplet: C1, 85 and A7. RGB value is (193,133,167). Sum of RGB (Red+Green+Blue) = 193+133+167=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C185A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C185A7 is #3E7A58. Grayscale: #9A9A9A. Windows color (decimal): -4094553 or 10978753. OLE color: 10978753.
HSL color Cylindrical-coordinate representation of color #C185A7: hue angle of 326º 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 #C185A7 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 167 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.24 |
| HSL | 326º | 0.33% | 0.64% | - |
| HSV(B) | 326º | 0.31% | 0.76% | - |
| XYZ | 37.35 | 30.9 | 40.56 | - |
| YUV | 154.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 167 | 0 | 0.31 | 0.13 | 0.24 | 326 | 0.33 | 0.64 |
| Hex | C1 | 85 | A7 | 0 | 1F | D | 18 | 146 | 21 | 40 |
| Octal | 301 | 205 | 247 | 0 | 37 | 15 | 30 | 506 | 41 | 100 |
| Binary | 11000001 | 10000101 | 10100111 | 0 | 11111 | 1101 | 11000 | 101000110 | 100001 | 1000000 |
Color Harmonies of #C185A7
Complementary color
Monochromatic Colors of #C185A7
Black with #C185A7
Text Example
Text Example
White with #C185A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185A7; }
p { color: rgb(193,133,167); }
H1.HeaderClassName
{
color: #C185A7;
}
.AnyTagClassName
{
color: #C185A7;
}
</style>
background-color css
<style>
a { background-color: #C185A7; }
a { background-color: rgb(193,133,167); }
div.DivClassName
{
background-color: #C185A7;
}
.BgClassName
{
background-color: #C185A7;
}
</style>
border-color css
<style>
span { border-color: #C185A7; }
span { border-color: rgb(193,133,167); }
td.TdClassName
{
border-color: #C185A7;
}
.TagClassName
{
border-color: #C185A7;
}
</style>