Shades of Lily #C581AB
Tints of Lily #C581AB
RGB
CMYK
RGB Variations
Color information
#C581AB (or 0xC581AB) is known color: Lily. HEX triplet: C5, 81 and AB. RGB value is (197,129,171). Sum of RGB (Red+Green+Blue) = 197+129+171=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C581AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C581AB is #3A7E54. Grayscale: #9A9A9A. Windows color (decimal): -3833429 or 11239877. OLE color: 11239877.
HSL color Cylindrical-coordinate representation of color #C581AB: hue angle of 322.94º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C581AB is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 171 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.23 |
| HSL | 322.94º | 0.37% | 0.64% | - |
| HSV(B) | 322.94º | 0.35% | 0.77% | - |
| XYZ | 38.23 | 30.51 | 42.4 | - |
| YUV | 154.12 | 137.53 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 171 | 0 | 0.35 | 0.13 | 0.23 | 322.94 | 0.37 | 0.64 |
| Hex | C5 | 81 | AB | 0 | 23 | D | 17 | 143 | 25 | 40 |
| Octal | 305 | 201 | 253 | 0 | 43 | 15 | 27 | 503 | 45 | 100 |
| Binary | 11000101 | 10000001 | 10101011 | 0 | 100011 | 1101 | 10111 | 101000011 | 100101 | 1000000 |
Color Harmonies of #C581AB
Complementary color
Monochromatic Colors of #C581AB
Black with #C581AB
Text Example
Text Example
White with #C581AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C581AB; }
p { color: rgb(197,129,171); }
H1.HeaderClassName
{
color: #C581AB;
}
.AnyTagClassName
{
color: #C581AB;
}
</style>
background-color css
<style>
a { background-color: #C581AB; }
a { background-color: rgb(197,129,171); }
div.DivClassName
{
background-color: #C581AB;
}
.BgClassName
{
background-color: #C581AB;
}
</style>
border-color css
<style>
span { border-color: #C581AB; }
span { border-color: rgb(197,129,171); }
td.TdClassName
{
border-color: #C581AB;
}
.TagClassName
{
border-color: #C581AB;
}
</style>