Shades of Lily #C482AC
Tints of Lily #C482AC
RGB
CMYK
RGB Variations
Color information
#C482AC (or 0xC482AC) is known color: Lily. HEX triplet: C4, 82 and AC. RGB value is (196,130,172). Sum of RGB (Red+Green+Blue) = 196+130+172=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C482AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C482AC is #3B7D53. Grayscale: #9A9A9A. Windows color (decimal): -3898708 or 11305668. OLE color: 11305668.
HSL color Cylindrical-coordinate representation of color #C482AC: hue angle of 321.82º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C482AC is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 172 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.23 |
| HSL | 321.82º | 0.36% | 0.64% | - |
| HSV(B) | 321.82º | 0.34% | 0.77% | - |
| XYZ | 38.19 | 30.68 | 42.94 | - |
| YUV | 154.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 172 | 0 | 0.34 | 0.12 | 0.23 | 321.82 | 0.36 | 0.64 |
| Hex | C4 | 82 | AC | 0 | 22 | C | 17 | 142 | 24 | 40 |
| Octal | 304 | 202 | 254 | 0 | 42 | 14 | 27 | 502 | 44 | 100 |
| Binary | 11000100 | 10000010 | 10101100 | 0 | 100010 | 1100 | 10111 | 101000010 | 100100 | 1000000 |
Color Harmonies of #C482AC
Complementary color
Monochromatic Colors of #C482AC
Black with #C482AC
Text Example
Text Example
White with #C482AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C482AC; }
p { color: rgb(196,130,172); }
H1.HeaderClassName
{
color: #C482AC;
}
.AnyTagClassName
{
color: #C482AC;
}
</style>
background-color css
<style>
a { background-color: #C482AC; }
a { background-color: rgb(196,130,172); }
div.DivClassName
{
background-color: #C482AC;
}
.BgClassName
{
background-color: #C482AC;
}
</style>
border-color css
<style>
span { border-color: #C482AC; }
span { border-color: rgb(196,130,172); }
td.TdClassName
{
border-color: #C482AC;
}
.TagClassName
{
border-color: #C482AC;
}
</style>