Shades of Lily #C584AB
Tints of Lily #C584AB
RGB
CMYK
RGB Variations
Color information
#C584AB (or 0xC584AB) is known color: Lily. HEX triplet: C5, 84 and AB. RGB value is (197,132,171). Sum of RGB (Red+Green+Blue) = 197+132+171=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C584AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C584AB is #3A7B54. Grayscale: #9B9B9B. Windows color (decimal): -3832661 or 11240645. OLE color: 11240645.
HSL color Cylindrical-coordinate representation of color #C584AB: hue angle of 324º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C584AB is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 171 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.23 |
| HSL | 324º | 0.36% | 0.65% | - |
| HSV(B) | 324º | 0.33% | 0.77% | - |
| XYZ | 38.63 | 31.31 | 42.54 | - |
| YUV | 155.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 171 | 0 | 0.33 | 0.13 | 0.23 | 324 | 0.36 | 0.65 |
| Hex | C5 | 84 | AB | 0 | 21 | D | 17 | 144 | 24 | 41 |
| Octal | 305 | 204 | 253 | 0 | 41 | 15 | 27 | 504 | 44 | 101 |
| Binary | 11000101 | 10000100 | 10101011 | 0 | 100001 | 1101 | 10111 | 101000100 | 100100 | 1000001 |
Color Harmonies of #C584AB
Complementary color
Monochromatic Colors of #C584AB
Black with #C584AB
Text Example
Text Example
White with #C584AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C584AB; }
p { color: rgb(197,132,171); }
H1.HeaderClassName
{
color: #C584AB;
}
.AnyTagClassName
{
color: #C584AB;
}
</style>
background-color css
<style>
a { background-color: #C584AB; }
a { background-color: rgb(197,132,171); }
div.DivClassName
{
background-color: #C584AB;
}
.BgClassName
{
background-color: #C584AB;
}
</style>
border-color css
<style>
span { border-color: #C584AB; }
span { border-color: rgb(197,132,171); }
td.TdClassName
{
border-color: #C584AB;
}
.TagClassName
{
border-color: #C584AB;
}
</style>