Shades of Lily #C488AB
Tints of Lily #C488AB
RGB
CMYK
RGB Variations
Color information
#C488AB (or 0xC488AB) is known color: Lily. HEX triplet: C4, 88 and AB. RGB value is (196,136,171). Sum of RGB (Red+Green+Blue) = 196+136+171=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C488AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C488AB is #3B7754. Grayscale: #9D9D9D. Windows color (decimal): -3897173 or 11241668. OLE color: 11241668.
HSL color Cylindrical-coordinate representation of color #C488AB: hue angle of 325º 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 #C488AB is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 171 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.23 |
| HSL | 325º | 0.34% | 0.65% | - |
| HSV(B) | 325º | 0.31% | 0.77% | - |
| XYZ | 38.92 | 32.28 | 42.71 | - |
| YUV | 157.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 171 | 0 | 0.31 | 0.13 | 0.23 | 325 | 0.34 | 0.65 |
| Hex | C4 | 88 | AB | 0 | 1F | D | 17 | 145 | 22 | 41 |
| Octal | 304 | 210 | 253 | 0 | 37 | 15 | 27 | 505 | 42 | 101 |
| Binary | 11000100 | 10001000 | 10101011 | 0 | 11111 | 1101 | 10111 | 101000101 | 100010 | 1000001 |
Color Harmonies of #C488AB
Complementary color
Monochromatic Colors of #C488AB
Black with #C488AB
Text Example
Text Example
White with #C488AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C488AB; }
p { color: rgb(196,136,171); }
H1.HeaderClassName
{
color: #C488AB;
}
.AnyTagClassName
{
color: #C488AB;
}
</style>
background-color css
<style>
a { background-color: #C488AB; }
a { background-color: rgb(196,136,171); }
div.DivClassName
{
background-color: #C488AB;
}
.BgClassName
{
background-color: #C488AB;
}
</style>
border-color css
<style>
span { border-color: #C488AB; }
span { border-color: rgb(196,136,171); }
td.TdClassName
{
border-color: #C488AB;
}
.TagClassName
{
border-color: #C488AB;
}
</style>