Shades of Lily #C584AA
Tints of Lily #C584AA
RGB
CMYK
RGB Variations
Color information
#C584AA (or 0xC584AA) is known color: Lily. HEX triplet: C5, 84 and AA. RGB value is (197,132,170). Sum of RGB (Red+Green+Blue) = 197+132+170=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C584AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C584AA is #3A7B55. Grayscale: #9B9B9B. Windows color (decimal): -3832662 or 11175109. OLE color: 11175109.
HSL color Cylindrical-coordinate representation of color #C584AA: hue angle of 324.92º 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 #C584AA is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 170 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.23 |
| HSL | 324.92º | 0.36% | 0.65% | - |
| HSV(B) | 324.92º | 0.33% | 0.77% | - |
| XYZ | 38.53 | 31.28 | 42.04 | - |
| YUV | 155.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 170 | 0 | 0.33 | 0.14 | 0.23 | 324.92 | 0.36 | 0.65 |
| Hex | C5 | 84 | AA | 0 | 21 | E | 17 | 145 | 24 | 41 |
| Octal | 305 | 204 | 252 | 0 | 41 | 16 | 27 | 505 | 44 | 101 |
| Binary | 11000101 | 10000100 | 10101010 | 0 | 100001 | 1110 | 10111 | 101000101 | 100100 | 1000001 |
Color Harmonies of #C584AA
Complementary color
Monochromatic Colors of #C584AA
Black with #C584AA
Text Example
Text Example
White with #C584AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C584AA; }
p { color: rgb(197,132,170); }
H1.HeaderClassName
{
color: #C584AA;
}
.AnyTagClassName
{
color: #C584AA;
}
</style>
background-color css
<style>
a { background-color: #C584AA; }
a { background-color: rgb(197,132,170); }
div.DivClassName
{
background-color: #C584AA;
}
.BgClassName
{
background-color: #C584AA;
}
</style>
border-color css
<style>
span { border-color: #C584AA; }
span { border-color: rgb(197,132,170); }
td.TdClassName
{
border-color: #C584AA;
}
.TagClassName
{
border-color: #C584AA;
}
</style>