Shades of Lily #C59BAE
Tints of Lily #C59BAE
RGB
CMYK
RGB Variations
Color information
#C59BAE (or 0xC59BAE) is known color: Lily. HEX triplet: C5, 9B and AE. RGB value is (197,155,174). Sum of RGB (Red+Green+Blue) = 197+155+174=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C59BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59BAE is #3A6451. Grayscale: #A9A9A9. Windows color (decimal): -3826770 or 11443141. OLE color: 11443141.
HSL color Cylindrical-coordinate representation of color #C59BAE: hue angle of 332.86º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C59BAE is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 174 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.23 |
| HSL | 332.86º | 0.27% | 0.69% | - |
| HSV(B) | 332.86º | 0.21% | 0.77% | - |
| XYZ | 42.39 | 38.37 | 45.22 | - |
| YUV | 169.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 174 | 0 | 0.21 | 0.12 | 0.23 | 332.86 | 0.27 | 0.69 |
| Hex | C5 | 9B | AE | 0 | 15 | C | 17 | 14D | 1B | 45 |
| Octal | 305 | 233 | 256 | 0 | 25 | 14 | 27 | 515 | 33 | 105 |
| Binary | 11000101 | 10011011 | 10101110 | 0 | 10101 | 1100 | 10111 | 101001101 | 11011 | 1000101 |
Color Harmonies of #C59BAE
Complementary color
Monochromatic Colors of #C59BAE
Black with #C59BAE
Text Example
Text Example
White with #C59BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BAE; }
p { color: rgb(197,155,174); }
H1.HeaderClassName
{
color: #C59BAE;
}
.AnyTagClassName
{
color: #C59BAE;
}
</style>
background-color css
<style>
a { background-color: #C59BAE; }
a { background-color: rgb(197,155,174); }
div.DivClassName
{
background-color: #C59BAE;
}
.BgClassName
{
background-color: #C59BAE;
}
</style>
border-color css
<style>
span { border-color: #C59BAE; }
span { border-color: rgb(197,155,174); }
td.TdClassName
{
border-color: #C59BAE;
}
.TagClassName
{
border-color: #C59BAE;
}
</style>