Shades of Lily #C59ABC
Tints of Lily #C59ABC
RGB
CMYK
RGB Variations
Color information
#C59ABC (or 0xC59ABC) is known color: Lily. HEX triplet: C5, 9A and BC. RGB value is (197,154,188). Sum of RGB (Red+Green+Blue) = 197+154+188=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 197 - color contains mainly: red. Hex color #C59ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59ABC is #3A6543. Grayscale: #AAAAAA. Windows color (decimal): -3827012 or 12360389. OLE color: 12360389.
HSL color Cylindrical-coordinate representation of color #C59ABC: hue angle of 312.56º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C59ABC is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 188 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.23 |
| HSL | 312.56º | 0.27% | 0.69% | - |
| HSV(B) | 312.56º | 0.22% | 0.77% | - |
| XYZ | 43.66 | 38.61 | 52.73 | - |
| YUV | 170.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 188 | 0 | 0.22 | 0.05 | 0.23 | 312.56 | 0.27 | 0.69 |
| Hex | C5 | 9A | BC | 0 | 16 | 5 | 17 | 139 | 1B | 45 |
| Octal | 305 | 232 | 274 | 0 | 26 | 5 | 27 | 471 | 33 | 105 |
| Binary | 11000101 | 10011010 | 10111100 | 0 | 10110 | 101 | 10111 | 100111001 | 11011 | 1000101 |
Color Harmonies of #C59ABC
Complementary color
Monochromatic Colors of #C59ABC
Black with #C59ABC
Text Example
Text Example
White with #C59ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59ABC; }
p { color: rgb(197,154,188); }
H1.HeaderClassName
{
color: #C59ABC;
}
.AnyTagClassName
{
color: #C59ABC;
}
</style>
background-color css
<style>
a { background-color: #C59ABC; }
a { background-color: rgb(197,154,188); }
div.DivClassName
{
background-color: #C59ABC;
}
.BgClassName
{
background-color: #C59ABC;
}
</style>
border-color css
<style>
span { border-color: #C59ABC; }
span { border-color: rgb(197,154,188); }
td.TdClassName
{
border-color: #C59ABC;
}
.TagClassName
{
border-color: #C59ABC;
}
</style>