Shades of Lily #C592AB
Tints of Lily #C592AB
RGB
CMYK
RGB Variations
Color information
#C592AB (or 0xC592AB) is known color: Lily. HEX triplet: C5, 92 and AB. RGB value is (197,146,171). Sum of RGB (Red+Green+Blue) = 197+146+171=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C592AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C592AB is #3A6D54. Grayscale: #A4A4A4. Windows color (decimal): -3829077 or 11244229. OLE color: 11244229.
HSL color Cylindrical-coordinate representation of color #C592AB: hue angle of 330.59º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C592AB is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 171 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.23 |
| HSL | 330.59º | 0.31% | 0.67% | - |
| HSV(B) | 330.59º | 0.26% | 0.77% | - |
| XYZ | 40.66 | 35.37 | 43.21 | - |
| YUV | 164.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 171 | 0 | 0.26 | 0.13 | 0.23 | 330.59 | 0.31 | 0.67 |
| Hex | C5 | 92 | AB | 0 | 1A | D | 17 | 14B | 1F | 43 |
| Octal | 305 | 222 | 253 | 0 | 32 | 15 | 27 | 513 | 37 | 103 |
| Binary | 11000101 | 10010010 | 10101011 | 0 | 11010 | 1101 | 10111 | 101001011 | 11111 | 1000011 |
Color Harmonies of #C592AB
Complementary color
Monochromatic Colors of #C592AB
Black with #C592AB
Text Example
Text Example
White with #C592AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592AB; }
p { color: rgb(197,146,171); }
H1.HeaderClassName
{
color: #C592AB;
}
.AnyTagClassName
{
color: #C592AB;
}
</style>
background-color css
<style>
a { background-color: #C592AB; }
a { background-color: rgb(197,146,171); }
div.DivClassName
{
background-color: #C592AB;
}
.BgClassName
{
background-color: #C592AB;
}
</style>
border-color css
<style>
span { border-color: #C592AB; }
span { border-color: rgb(197,146,171); }
td.TdClassName
{
border-color: #C592AB;
}
.TagClassName
{
border-color: #C592AB;
}
</style>