Shades of Lily #C484AB
Tints of Lily #C484AB
RGB
CMYK
RGB Variations
Color information
#C484AB (or 0xC484AB) is known color: Lily. HEX triplet: C4, 84 and AB. RGB value is (196,132,171). Sum of RGB (Red+Green+Blue) = 196+132+171=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C484AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C484AB is #3B7B54. Grayscale: #9B9B9B. Windows color (decimal): -3898197 or 11240644. OLE color: 11240644.
HSL color Cylindrical-coordinate representation of color #C484AB: hue angle of 323.44º 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 #C484AB is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 171 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.23 |
| HSL | 323.44º | 0.35% | 0.64% | - |
| HSV(B) | 323.44º | 0.33% | 0.77% | - |
| XYZ | 38.37 | 31.18 | 42.52 | - |
| YUV | 155.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 171 | 0 | 0.33 | 0.13 | 0.23 | 323.44 | 0.35 | 0.64 |
| Hex | C4 | 84 | AB | 0 | 21 | D | 17 | 143 | 23 | 40 |
| Octal | 304 | 204 | 253 | 0 | 41 | 15 | 27 | 503 | 43 | 100 |
| Binary | 11000100 | 10000100 | 10101011 | 0 | 100001 | 1101 | 10111 | 101000011 | 100011 | 1000000 |
Color Harmonies of #C484AB
Complementary color
Monochromatic Colors of #C484AB
Black with #C484AB
Text Example
Text Example
White with #C484AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C484AB; }
p { color: rgb(196,132,171); }
H1.HeaderClassName
{
color: #C484AB;
}
.AnyTagClassName
{
color: #C484AB;
}
</style>
background-color css
<style>
a { background-color: #C484AB; }
a { background-color: rgb(196,132,171); }
div.DivClassName
{
background-color: #C484AB;
}
.BgClassName
{
background-color: #C484AB;
}
</style>
border-color css
<style>
span { border-color: #C484AB; }
span { border-color: rgb(196,132,171); }
td.TdClassName
{
border-color: #C484AB;
}
.TagClassName
{
border-color: #C484AB;
}
</style>