Shades of Lily #C592B8
Tints of Lily #C592B8
RGB
CMYK
RGB Variations
Color information
#C592B8 (or 0xC592B8) is known color: Lily. HEX triplet: C5, 92 and B8. RGB value is (197,146,184). Sum of RGB (Red+Green+Blue) = 197+146+184=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 197 - color contains mainly: red. Hex color #C592B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C592B8 is #3A6D47. Grayscale: #A5A5A5. Windows color (decimal): -3829064 or 12096197. OLE color: 12096197.
HSL color Cylindrical-coordinate representation of color #C592B8: hue angle of 315.29º 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 #C592B8 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 184 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.23 |
| HSL | 315.29º | 0.31% | 0.67% | - |
| HSV(B) | 315.29º | 0.26% | 0.77% | - |
| XYZ | 41.96 | 35.89 | 50.06 | - |
| YUV | 165.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 184 | 0 | 0.26 | 0.07 | 0.23 | 315.29 | 0.31 | 0.67 |
| Hex | C5 | 92 | B8 | 0 | 1A | 7 | 17 | 13B | 1F | 43 |
| Octal | 305 | 222 | 270 | 0 | 32 | 7 | 27 | 473 | 37 | 103 |
| Binary | 11000101 | 10010010 | 10111000 | 0 | 11010 | 111 | 10111 | 100111011 | 11111 | 1000011 |
Color Harmonies of #C592B8
Complementary color
Monochromatic Colors of #C592B8
Black with #C592B8
Text Example
Text Example
White with #C592B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592B8; }
p { color: rgb(197,146,184); }
H1.HeaderClassName
{
color: #C592B8;
}
.AnyTagClassName
{
color: #C592B8;
}
</style>
background-color css
<style>
a { background-color: #C592B8; }
a { background-color: rgb(197,146,184); }
div.DivClassName
{
background-color: #C592B8;
}
.BgClassName
{
background-color: #C592B8;
}
</style>
border-color css
<style>
span { border-color: #C592B8; }
span { border-color: rgb(197,146,184); }
td.TdClassName
{
border-color: #C592B8;
}
.TagClassName
{
border-color: #C592B8;
}
</style>