Shades of Lily #C182AC
Tints of Lily #C182AC
RGB
CMYK
RGB Variations
Color information
#C182AC (or 0xC182AC) is known color: Lily. HEX triplet: C1, 82 and AC. RGB value is (193,130,172). Sum of RGB (Red+Green+Blue) = 193+130+172=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C182AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C182AC is #3E7D53. Grayscale: #999999. Windows color (decimal): -4095316 or 11305665. OLE color: 11305665.
HSL color Cylindrical-coordinate representation of color #C182AC: hue angle of 320º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C182AC is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 172 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.24 |
| HSL | 320º | 0.34% | 0.63% | - |
| HSV(B) | 320º | 0.33% | 0.76% | - |
| XYZ | 37.42 | 30.28 | 42.9 | - |
| YUV | 153.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 172 | 0 | 0.33 | 0.11 | 0.24 | 320 | 0.34 | 0.63 |
| Hex | C1 | 82 | AC | 0 | 21 | B | 18 | 140 | 22 | 3F |
| Octal | 301 | 202 | 254 | 0 | 41 | 13 | 30 | 500 | 42 | 77 |
| Binary | 11000001 | 10000010 | 10101100 | 0 | 100001 | 1011 | 11000 | 101000000 | 100010 | 111111 |
Color Harmonies of #C182AC
Complementary color
Monochromatic Colors of #C182AC
Black with #C182AC
Text Example
Text Example
White with #C182AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C182AC; }
p { color: rgb(193,130,172); }
H1.HeaderClassName
{
color: #C182AC;
}
.AnyTagClassName
{
color: #C182AC;
}
</style>
background-color css
<style>
a { background-color: #C182AC; }
a { background-color: rgb(193,130,172); }
div.DivClassName
{
background-color: #C182AC;
}
.BgClassName
{
background-color: #C182AC;
}
</style>
border-color css
<style>
span { border-color: #C182AC; }
span { border-color: rgb(193,130,172); }
td.TdClassName
{
border-color: #C182AC;
}
.TagClassName
{
border-color: #C182AC;
}
</style>