Shades of Lily #C184AA
Tints of Lily #C184AA
RGB
CMYK
RGB Variations
Color information
#C184AA (or 0xC184AA) is known color: Lily. HEX triplet: C1, 84 and AA. RGB value is (193,132,170). Sum of RGB (Red+Green+Blue) = 193+132+170=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C184AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C184AA is #3E7B55. Grayscale: #9A9A9A. Windows color (decimal): -4094806 or 11175105. OLE color: 11175105.
HSL color Cylindrical-coordinate representation of color #C184AA: hue angle of 322.62º 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 #C184AA is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 170 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.24 |
| HSL | 322.62º | 0.33% | 0.64% | - |
| HSV(B) | 322.62º | 0.32% | 0.76% | - |
| XYZ | 37.5 | 30.74 | 41.99 | - |
| YUV | 154.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 170 | 0 | 0.32 | 0.12 | 0.24 | 322.62 | 0.33 | 0.64 |
| Hex | C1 | 84 | AA | 0 | 20 | C | 18 | 143 | 21 | 40 |
| Octal | 301 | 204 | 252 | 0 | 40 | 14 | 30 | 503 | 41 | 100 |
| Binary | 11000001 | 10000100 | 10101010 | 0 | 100000 | 1100 | 11000 | 101000011 | 100001 | 1000000 |
Color Harmonies of #C184AA
Complementary color
Monochromatic Colors of #C184AA
Black with #C184AA
Text Example
Text Example
White with #C184AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C184AA; }
p { color: rgb(193,132,170); }
H1.HeaderClassName
{
color: #C184AA;
}
.AnyTagClassName
{
color: #C184AA;
}
</style>
background-color css
<style>
a { background-color: #C184AA; }
a { background-color: rgb(193,132,170); }
div.DivClassName
{
background-color: #C184AA;
}
.BgClassName
{
background-color: #C184AA;
}
</style>
border-color css
<style>
span { border-color: #C184AA; }
span { border-color: rgb(193,132,170); }
td.TdClassName
{
border-color: #C184AA;
}
.TagClassName
{
border-color: #C184AA;
}
</style>