Shades of Lily #C484AF
Tints of Lily #C484AF
RGB
CMYK
RGB Variations
Color information
#C484AF (or 0xC484AF) is known color: Lily. HEX triplet: C4, 84 and AF. RGB value is (196,132,175). Sum of RGB (Red+Green+Blue) = 196+132+175=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C484AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C484AF is #3B7B50. Grayscale: #9B9B9B. Windows color (decimal): -3898193 or 11502788. OLE color: 11502788.
HSL color Cylindrical-coordinate representation of color #C484AF: hue angle of 319.69º 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 #C484AF is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 175 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.23 |
| HSL | 319.69º | 0.35% | 0.64% | - |
| HSV(B) | 319.69º | 0.33% | 0.77% | - |
| XYZ | 38.75 | 31.33 | 44.56 | - |
| YUV | 156.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 175 | 0 | 0.33 | 0.11 | 0.23 | 319.69 | 0.35 | 0.64 |
| Hex | C4 | 84 | AF | 0 | 21 | B | 17 | 140 | 23 | 40 |
| Octal | 304 | 204 | 257 | 0 | 41 | 13 | 27 | 500 | 43 | 100 |
| Binary | 11000100 | 10000100 | 10101111 | 0 | 100001 | 1011 | 10111 | 101000000 | 100011 | 1000000 |
Color Harmonies of #C484AF
Complementary color
Monochromatic Colors of #C484AF
Black with #C484AF
Text Example
Text Example
White with #C484AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C484AF; }
p { color: rgb(196,132,175); }
H1.HeaderClassName
{
color: #C484AF;
}
.AnyTagClassName
{
color: #C484AF;
}
</style>
background-color css
<style>
a { background-color: #C484AF; }
a { background-color: rgb(196,132,175); }
div.DivClassName
{
background-color: #C484AF;
}
.BgClassName
{
background-color: #C484AF;
}
</style>
border-color css
<style>
span { border-color: #C484AF; }
span { border-color: rgb(196,132,175); }
td.TdClassName
{
border-color: #C484AF;
}
.TagClassName
{
border-color: #C484AF;
}
</style>