Shades of Lily #C592AD
Tints of Lily #C592AD
RGB
CMYK
RGB Variations
Color information
#C592AD (or 0xC592AD) is known color: Lily. HEX triplet: C5, 92 and AD. RGB value is (197,146,173). Sum of RGB (Red+Green+Blue) = 197+146+173=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 197 - color contains mainly: red. Hex color #C592AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C592AD is #3A6D52. Grayscale: #A4A4A4. Windows color (decimal): -3829075 or 11375301. OLE color: 11375301.
HSL color Cylindrical-coordinate representation of color #C592AD: hue angle of 328.24º 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 #C592AD is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 173 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.23 |
| HSL | 328.24º | 0.31% | 0.67% | - |
| HSV(B) | 328.24º | 0.26% | 0.77% | - |
| XYZ | 40.85 | 35.45 | 44.22 | - |
| YUV | 164.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 173 | 0 | 0.26 | 0.12 | 0.23 | 328.24 | 0.31 | 0.67 |
| Hex | C5 | 92 | AD | 0 | 1A | C | 17 | 148 | 1F | 43 |
| Octal | 305 | 222 | 255 | 0 | 32 | 14 | 27 | 510 | 37 | 103 |
| Binary | 11000101 | 10010010 | 10101101 | 0 | 11010 | 1100 | 10111 | 101001000 | 11111 | 1000011 |
Color Harmonies of #C592AD
Complementary color
Monochromatic Colors of #C592AD
Black with #C592AD
Text Example
Text Example
White with #C592AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592AD; }
p { color: rgb(197,146,173); }
H1.HeaderClassName
{
color: #C592AD;
}
.AnyTagClassName
{
color: #C592AD;
}
</style>
background-color css
<style>
a { background-color: #C592AD; }
a { background-color: rgb(197,146,173); }
div.DivClassName
{
background-color: #C592AD;
}
.BgClassName
{
background-color: #C592AD;
}
</style>
border-color css
<style>
span { border-color: #C592AD; }
span { border-color: rgb(197,146,173); }
td.TdClassName
{
border-color: #C592AD;
}
.TagClassName
{
border-color: #C592AD;
}
</style>