Shades of Lily #C183AE
Tints of Lily #C183AE
RGB
CMYK
RGB Variations
Color information
#C183AE (or 0xC183AE) is known color: Lily. HEX triplet: C1, 83 and AE. RGB value is (193,131,174). Sum of RGB (Red+Green+Blue) = 193+131+174=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C183AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C183AE is #3E7C51. Grayscale: #9A9A9A. Windows color (decimal): -4095058 or 11436993. OLE color: 11436993.
HSL color Cylindrical-coordinate representation of color #C183AE: hue angle of 318.39º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C183AE is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 131 | 174 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.24 |
| HSL | 318.39º | 0.33% | 0.64% | - |
| HSV(B) | 318.39º | 0.32% | 0.76% | - |
| XYZ | 37.75 | 30.63 | 43.97 | - |
| YUV | 154.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 174 | 0 | 0.32 | 0.10 | 0.24 | 318.39 | 0.33 | 0.64 |
| Hex | C1 | 83 | AE | 0 | 20 | A | 18 | 13E | 21 | 40 |
| Octal | 301 | 203 | 256 | 0 | 40 | 12 | 30 | 476 | 41 | 100 |
| Binary | 11000001 | 10000011 | 10101110 | 0 | 100000 | 1010 | 11000 | 100111110 | 100001 | 1000000 |
Color Harmonies of #C183AE
Complementary color
Monochromatic Colors of #C183AE
Black with #C183AE
Text Example
Text Example
White with #C183AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C183AE; }
p { color: rgb(193,131,174); }
H1.HeaderClassName
{
color: #C183AE;
}
.AnyTagClassName
{
color: #C183AE;
}
</style>
background-color css
<style>
a { background-color: #C183AE; }
a { background-color: rgb(193,131,174); }
div.DivClassName
{
background-color: #C183AE;
}
.BgClassName
{
background-color: #C183AE;
}
</style>
border-color css
<style>
span { border-color: #C183AE; }
span { border-color: rgb(193,131,174); }
td.TdClassName
{
border-color: #C183AE;
}
.TagClassName
{
border-color: #C183AE;
}
</style>