Shades of Lily #C484AD
Tints of Lily #C484AD
RGB
CMYK
RGB Variations
Color information
#C484AD (or 0xC484AD) is known color: Lily. HEX triplet: C4, 84 and AD. RGB value is (196,132,173). Sum of RGB (Red+Green+Blue) = 196+132+173=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C484AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C484AD is #3B7B52. Grayscale: #9B9B9B. Windows color (decimal): -3898195 or 11371716. OLE color: 11371716.
HSL color Cylindrical-coordinate representation of color #C484AD: hue angle of 321.56º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C484AD is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 173 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.23 |
| HSL | 321.56º | 0.35% | 0.64% | - |
| HSV(B) | 321.56º | 0.33% | 0.77% | - |
| XYZ | 38.56 | 31.26 | 43.54 | - |
| YUV | 155.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 173 | 0 | 0.33 | 0.12 | 0.23 | 321.56 | 0.35 | 0.64 |
| Hex | C4 | 84 | AD | 0 | 21 | C | 17 | 142 | 23 | 40 |
| Octal | 304 | 204 | 255 | 0 | 41 | 14 | 27 | 502 | 43 | 100 |
| Binary | 11000100 | 10000100 | 10101101 | 0 | 100001 | 1100 | 10111 | 101000010 | 100011 | 1000000 |
Color Harmonies of #C484AD
Complementary color
Monochromatic Colors of #C484AD
Black with #C484AD
Text Example
Text Example
White with #C484AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C484AD; }
p { color: rgb(196,132,173); }
H1.HeaderClassName
{
color: #C484AD;
}
.AnyTagClassName
{
color: #C484AD;
}
</style>
background-color css
<style>
a { background-color: #C484AD; }
a { background-color: rgb(196,132,173); }
div.DivClassName
{
background-color: #C484AD;
}
.BgClassName
{
background-color: #C484AD;
}
</style>
border-color css
<style>
span { border-color: #C484AD; }
span { border-color: rgb(196,132,173); }
td.TdClassName
{
border-color: #C484AD;
}
.TagClassName
{
border-color: #C484AD;
}
</style>