Shades of Lily #C482AF
Tints of Lily #C482AF
RGB
CMYK
RGB Variations
Color information
#C482AF (or 0xC482AF) is known color: Lily. HEX triplet: C4, 82 and AF. RGB value is (196,130,175). Sum of RGB (Red+Green+Blue) = 196+130+175=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C482AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C482AF is #3B7D50. Grayscale: #9A9A9A. Windows color (decimal): -3898705 or 11502276. OLE color: 11502276.
HSL color Cylindrical-coordinate representation of color #C482AF: hue angle of 319.09º 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 #C482AF is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 175 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.23 |
| HSL | 319.09º | 0.36% | 0.64% | - |
| HSV(B) | 319.09º | 0.34% | 0.77% | - |
| XYZ | 38.49 | 30.8 | 44.47 | - |
| YUV | 154.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 175 | 0 | 0.34 | 0.11 | 0.23 | 319.09 | 0.36 | 0.64 |
| Hex | C4 | 82 | AF | 0 | 22 | B | 17 | 13F | 24 | 40 |
| Octal | 304 | 202 | 257 | 0 | 42 | 13 | 27 | 477 | 44 | 100 |
| Binary | 11000100 | 10000010 | 10101111 | 0 | 100010 | 1011 | 10111 | 100111111 | 100100 | 1000000 |
Color Harmonies of #C482AF
Complementary color
Monochromatic Colors of #C482AF
Black with #C482AF
Text Example
Text Example
White with #C482AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C482AF; }
p { color: rgb(196,130,175); }
H1.HeaderClassName
{
color: #C482AF;
}
.AnyTagClassName
{
color: #C482AF;
}
</style>
background-color css
<style>
a { background-color: #C482AF; }
a { background-color: rgb(196,130,175); }
div.DivClassName
{
background-color: #C482AF;
}
.BgClassName
{
background-color: #C482AF;
}
</style>
border-color css
<style>
span { border-color: #C482AF; }
span { border-color: rgb(196,130,175); }
td.TdClassName
{
border-color: #C482AF;
}
.TagClassName
{
border-color: #C482AF;
}
</style>