Shades of Lily #C594AB
Tints of Lily #C594AB
RGB
CMYK
RGB Variations
Color information
#C594AB (or 0xC594AB) is known color: Lily. HEX triplet: C5, 94 and AB. RGB value is (197,148,171). Sum of RGB (Red+Green+Blue) = 197+148+171=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 197 - color contains mainly: red. Hex color #C594AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C594AB is #3A6B54. Grayscale: #A5A5A5. Windows color (decimal): -3828565 or 11244741. OLE color: 11244741.
HSL color Cylindrical-coordinate representation of color #C594AB: hue angle of 331.84º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C594AB is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 171 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.23 |
| HSL | 331.84º | 0.3% | 0.68% | - |
| HSV(B) | 331.84º | 0.25% | 0.77% | - |
| XYZ | 40.97 | 35.99 | 43.32 | - |
| YUV | 165.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 171 | 0 | 0.25 | 0.13 | 0.23 | 331.84 | 0.3 | 0.68 |
| Hex | C5 | 94 | AB | 0 | 19 | D | 17 | 14C | 1E | 44 |
| Octal | 305 | 224 | 253 | 0 | 31 | 15 | 27 | 514 | 36 | 104 |
| Binary | 11000101 | 10010100 | 10101011 | 0 | 11001 | 1101 | 10111 | 101001100 | 11110 | 1000100 |
Color Harmonies of #C594AB
Complementary color
Monochromatic Colors of #C594AB
Black with #C594AB
Text Example
Text Example
White with #C594AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C594AB; }
p { color: rgb(197,148,171); }
H1.HeaderClassName
{
color: #C594AB;
}
.AnyTagClassName
{
color: #C594AB;
}
</style>
background-color css
<style>
a { background-color: #C594AB; }
a { background-color: rgb(197,148,171); }
div.DivClassName
{
background-color: #C594AB;
}
.BgClassName
{
background-color: #C594AB;
}
</style>
border-color css
<style>
span { border-color: #C594AB; }
span { border-color: rgb(197,148,171); }
td.TdClassName
{
border-color: #C594AB;
}
.TagClassName
{
border-color: #C594AB;
}
</style>