Shades of Lily #C488B6
Tints of Lily #C488B6
RGB
CMYK
RGB Variations
Color information
#C488B6 (or 0xC488B6) is known color: Lily. HEX triplet: C4, 88 and B6. RGB value is (196,136,182). Sum of RGB (Red+Green+Blue) = 196+136+182=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C488B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488B6 is #3B7749. Grayscale: #9F9F9F. Windows color (decimal): -3897162 or 11962564. OLE color: 11962564.
HSL color Cylindrical-coordinate representation of color #C488B6: hue angle of 314º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C488B6 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 182 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.23 |
| HSL | 314º | 0.34% | 0.65% | - |
| HSV(B) | 314º | 0.31% | 0.77% | - |
| XYZ | 40.01 | 32.72 | 48.46 | - |
| YUV | 159.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 182 | 0 | 0.31 | 0.07 | 0.23 | 314 | 0.34 | 0.65 |
| Hex | C4 | 88 | B6 | 0 | 1F | 7 | 17 | 13A | 22 | 41 |
| Octal | 304 | 210 | 266 | 0 | 37 | 7 | 27 | 472 | 42 | 101 |
| Binary | 11000100 | 10001000 | 10110110 | 0 | 11111 | 111 | 10111 | 100111010 | 100010 | 1000001 |
Color Harmonies of #C488B6
Complementary color
Monochromatic Colors of #C488B6
Black with #C488B6
Text Example
Text Example
White with #C488B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C488B6; }
p { color: rgb(196,136,182); }
H1.HeaderClassName
{
color: #C488B6;
}
.AnyTagClassName
{
color: #C488B6;
}
</style>
background-color css
<style>
a { background-color: #C488B6; }
a { background-color: rgb(196,136,182); }
div.DivClassName
{
background-color: #C488B6;
}
.BgClassName
{
background-color: #C488B6;
}
</style>
border-color css
<style>
span { border-color: #C488B6; }
span { border-color: rgb(196,136,182); }
td.TdClassName
{
border-color: #C488B6;
}
.TagClassName
{
border-color: #C488B6;
}
</style>