Shades of Lily #C59AB2
Tints of Lily #C59AB2
RGB
CMYK
RGB Variations
Color information
#C59AB2 (or 0xC59AB2) is known color: Lily. HEX triplet: C5, 9A and B2. RGB value is (197,154,178). Sum of RGB (Red+Green+Blue) = 197+154+178=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C59AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59AB2 is #3A654D. Grayscale: #A9A9A9. Windows color (decimal): -3827022 or 11705029. OLE color: 11705029.
HSL color Cylindrical-coordinate representation of color #C59AB2: hue angle of 326.51º 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 #C59AB2 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 178 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.23 |
| HSL | 326.51º | 0.27% | 0.69% | - |
| HSV(B) | 326.51º | 0.22% | 0.77% | - |
| XYZ | 42.62 | 38.2 | 47.25 | - |
| YUV | 169.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 178 | 0 | 0.22 | 0.10 | 0.23 | 326.51 | 0.27 | 0.69 |
| Hex | C5 | 9A | B2 | 0 | 16 | A | 17 | 147 | 1B | 45 |
| Octal | 305 | 232 | 262 | 0 | 26 | 12 | 27 | 507 | 33 | 105 |
| Binary | 11000101 | 10011010 | 10110010 | 0 | 10110 | 1010 | 10111 | 101000111 | 11011 | 1000101 |
Color Harmonies of #C59AB2
Complementary color
Monochromatic Colors of #C59AB2
Black with #C59AB2
Text Example
Text Example
White with #C59AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59AB2; }
p { color: rgb(197,154,178); }
H1.HeaderClassName
{
color: #C59AB2;
}
.AnyTagClassName
{
color: #C59AB2;
}
</style>
background-color css
<style>
a { background-color: #C59AB2; }
a { background-color: rgb(197,154,178); }
div.DivClassName
{
background-color: #C59AB2;
}
.BgClassName
{
background-color: #C59AB2;
}
</style>
border-color css
<style>
span { border-color: #C59AB2; }
span { border-color: rgb(197,154,178); }
td.TdClassName
{
border-color: #C59AB2;
}
.TagClassName
{
border-color: #C59AB2;
}
</style>