Shades of Lily #C592B0
Tints of Lily #C592B0
RGB
CMYK
RGB Variations
Color information
#C592B0 (or 0xC592B0) is known color: Lily. HEX triplet: C5, 92 and B0. RGB value is (197,146,176). Sum of RGB (Red+Green+Blue) = 197+146+176=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C592B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C592B0 is #3A6D4F. Grayscale: #A4A4A4. Windows color (decimal): -3829072 or 11571909. OLE color: 11571909.
HSL color Cylindrical-coordinate representation of color #C592B0: hue angle of 324.71º 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 #C592B0 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 176 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.23 |
| HSL | 324.71º | 0.31% | 0.67% | - |
| HSV(B) | 324.71º | 0.26% | 0.77% | - |
| XYZ | 41.14 | 35.56 | 45.77 | - |
| YUV | 164.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 176 | 0 | 0.26 | 0.11 | 0.23 | 324.71 | 0.31 | 0.67 |
| Hex | C5 | 92 | B0 | 0 | 1A | B | 17 | 145 | 1F | 43 |
| Octal | 305 | 222 | 260 | 0 | 32 | 13 | 27 | 505 | 37 | 103 |
| Binary | 11000101 | 10010010 | 10110000 | 0 | 11010 | 1011 | 10111 | 101000101 | 11111 | 1000011 |
Color Harmonies of #C592B0
Complementary color
Monochromatic Colors of #C592B0
Black with #C592B0
Text Example
Text Example
White with #C592B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592B0; }
p { color: rgb(197,146,176); }
H1.HeaderClassName
{
color: #C592B0;
}
.AnyTagClassName
{
color: #C592B0;
}
</style>
background-color css
<style>
a { background-color: #C592B0; }
a { background-color: rgb(197,146,176); }
div.DivClassName
{
background-color: #C592B0;
}
.BgClassName
{
background-color: #C592B0;
}
</style>
border-color css
<style>
span { border-color: #C592B0; }
span { border-color: rgb(197,146,176); }
td.TdClassName
{
border-color: #C592B0;
}
.TagClassName
{
border-color: #C592B0;
}
</style>