Shades of Lily #C592B2
Tints of Lily #C592B2
RGB
CMYK
RGB Variations
Color information
#C592B2 (or 0xC592B2) is known color: Lily. HEX triplet: C5, 92 and B2. RGB value is (197,146,178). Sum of RGB (Red+Green+Blue) = 197+146+178=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C592B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C592B2 is #3A6D4D. Grayscale: #A4A4A4. Windows color (decimal): -3829070 or 11702981. OLE color: 11702981.
HSL color Cylindrical-coordinate representation of color #C592B2: hue angle of 322.35º 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 #C592B2 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 178 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.23 |
| HSL | 322.35º | 0.31% | 0.67% | - |
| HSV(B) | 322.35º | 0.26% | 0.77% | - |
| XYZ | 41.34 | 35.64 | 46.82 | - |
| YUV | 164.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 178 | 0 | 0.26 | 0.10 | 0.23 | 322.35 | 0.31 | 0.67 |
| Hex | C5 | 92 | B2 | 0 | 1A | A | 17 | 142 | 1F | 43 |
| Octal | 305 | 222 | 262 | 0 | 32 | 12 | 27 | 502 | 37 | 103 |
| Binary | 11000101 | 10010010 | 10110010 | 0 | 11010 | 1010 | 10111 | 101000010 | 11111 | 1000011 |
Color Harmonies of #C592B2
Complementary color
Monochromatic Colors of #C592B2
Black with #C592B2
Text Example
Text Example
White with #C592B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592B2; }
p { color: rgb(197,146,178); }
H1.HeaderClassName
{
color: #C592B2;
}
.AnyTagClassName
{
color: #C592B2;
}
</style>
background-color css
<style>
a { background-color: #C592B2; }
a { background-color: rgb(197,146,178); }
div.DivClassName
{
background-color: #C592B2;
}
.BgClassName
{
background-color: #C592B2;
}
</style>
border-color css
<style>
span { border-color: #C592B2; }
span { border-color: rgb(197,146,178); }
td.TdClassName
{
border-color: #C592B2;
}
.TagClassName
{
border-color: #C592B2;
}
</style>