Shades of Lily #C592B1
Tints of Lily #C592B1
RGB
CMYK
RGB Variations
Color information
#C592B1 (or 0xC592B1) is known color: Lily. HEX triplet: C5, 92 and B1. RGB value is (197,146,177). Sum of RGB (Red+Green+Blue) = 197+146+177=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 197 - color contains mainly: red. Hex color #C592B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C592B1 is #3A6D4E. Grayscale: #A4A4A4. Windows color (decimal): -3829071 or 11637445. OLE color: 11637445.
HSL color Cylindrical-coordinate representation of color #C592B1: hue angle of 323.53º 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 #C592B1 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 177 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.23 |
| HSL | 323.53º | 0.31% | 0.67% | - |
| HSV(B) | 323.53º | 0.26% | 0.77% | - |
| XYZ | 41.24 | 35.6 | 46.29 | - |
| YUV | 164.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 177 | 0 | 0.26 | 0.10 | 0.23 | 323.53 | 0.31 | 0.67 |
| Hex | C5 | 92 | B1 | 0 | 1A | A | 17 | 144 | 1F | 43 |
| Octal | 305 | 222 | 261 | 0 | 32 | 12 | 27 | 504 | 37 | 103 |
| Binary | 11000101 | 10010010 | 10110001 | 0 | 11010 | 1010 | 10111 | 101000100 | 11111 | 1000011 |
Color Harmonies of #C592B1
Complementary color
Monochromatic Colors of #C592B1
Black with #C592B1
Text Example
Text Example
White with #C592B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592B1; }
p { color: rgb(197,146,177); }
H1.HeaderClassName
{
color: #C592B1;
}
.AnyTagClassName
{
color: #C592B1;
}
</style>
background-color css
<style>
a { background-color: #C592B1; }
a { background-color: rgb(197,146,177); }
div.DivClassName
{
background-color: #C592B1;
}
.BgClassName
{
background-color: #C592B1;
}
</style>
border-color css
<style>
span { border-color: #C592B1; }
span { border-color: rgb(197,146,177); }
td.TdClassName
{
border-color: #C592B1;
}
.TagClassName
{
border-color: #C592B1;
}
</style>