Shades of Lily #C18FAD
Tints of Lily #C18FAD
RGB
CMYK
RGB Variations
Color information
#C18FAD (or 0xC18FAD) is known color: Lily. HEX triplet: C1, 8F and AD. RGB value is (193,143,173). Sum of RGB (Red+Green+Blue) = 193+143+173=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18FAD is #3E7052. Grayscale: #A1A1A1. Windows color (decimal): -4091987 or 11374529. OLE color: 11374529.
HSL color Cylindrical-coordinate representation of color #C18FAD: hue angle of 324º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18FAD is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 173 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.24 |
| HSL | 324º | 0.29% | 0.66% | - |
| HSV(B) | 324º | 0.26% | 0.76% | - |
| XYZ | 39.36 | 34 | 44.02 | - |
| YUV | 161.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 173 | 0 | 0.26 | 0.10 | 0.24 | 324 | 0.29 | 0.66 |
| Hex | C1 | 8F | AD | 0 | 1A | A | 18 | 144 | 1D | 42 |
| Octal | 301 | 217 | 255 | 0 | 32 | 12 | 30 | 504 | 35 | 102 |
| Binary | 11000001 | 10001111 | 10101101 | 0 | 11010 | 1010 | 11000 | 101000100 | 11101 | 1000010 |
Color Harmonies of #C18FAD
Complementary color
Monochromatic Colors of #C18FAD
Black with #C18FAD
Text Example
Text Example
White with #C18FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FAD; }
p { color: rgb(193,143,173); }
H1.HeaderClassName
{
color: #C18FAD;
}
.AnyTagClassName
{
color: #C18FAD;
}
</style>
background-color css
<style>
a { background-color: #C18FAD; }
a { background-color: rgb(193,143,173); }
div.DivClassName
{
background-color: #C18FAD;
}
.BgClassName
{
background-color: #C18FAD;
}
</style>
border-color css
<style>
span { border-color: #C18FAD; }
span { border-color: rgb(193,143,173); }
td.TdClassName
{
border-color: #C18FAD;
}
.TagClassName
{
border-color: #C18FAD;
}
</style>