Shades of Lily #C592BA
Tints of Lily #C592BA
RGB
CMYK
RGB Variations
Color information
#C592BA (or 0xC592BA) is known color: Lily. HEX triplet: C5, 92 and BA. RGB value is (197,146,186). Sum of RGB (Red+Green+Blue) = 197+146+186=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C592BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C592BA is #3A6D45. Grayscale: #A5A5A5. Windows color (decimal): -3829062 or 12227269. OLE color: 12227269.
HSL color Cylindrical-coordinate representation of color #C592BA: hue angle of 312.94º 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 #C592BA is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 186 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.23 |
| HSL | 312.94º | 0.31% | 0.67% | - |
| HSV(B) | 312.94º | 0.26% | 0.77% | - |
| XYZ | 42.17 | 35.97 | 51.18 | - |
| YUV | 165.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 186 | 0 | 0.26 | 0.06 | 0.23 | 312.94 | 0.31 | 0.67 |
| Hex | C5 | 92 | BA | 0 | 1A | 6 | 17 | 139 | 1F | 43 |
| Octal | 305 | 222 | 272 | 0 | 32 | 6 | 27 | 471 | 37 | 103 |
| Binary | 11000101 | 10010010 | 10111010 | 0 | 11010 | 110 | 10111 | 100111001 | 11111 | 1000011 |
Color Harmonies of #C592BA
Complementary color
Monochromatic Colors of #C592BA
Black with #C592BA
Text Example
Text Example
White with #C592BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592BA; }
p { color: rgb(197,146,186); }
H1.HeaderClassName
{
color: #C592BA;
}
.AnyTagClassName
{
color: #C592BA;
}
</style>
background-color css
<style>
a { background-color: #C592BA; }
a { background-color: rgb(197,146,186); }
div.DivClassName
{
background-color: #C592BA;
}
.BgClassName
{
background-color: #C592BA;
}
</style>
border-color css
<style>
span { border-color: #C592BA; }
span { border-color: rgb(197,146,186); }
td.TdClassName
{
border-color: #C592BA;
}
.TagClassName
{
border-color: #C592BA;
}
</style>