Shades of Lily #C288AC
Tints of Lily #C288AC
RGB
CMYK
RGB Variations
Color information
#C288AC (or 0xC288AC) is known color: Lily. HEX triplet: C2, 88 and AC. RGB value is (194,136,172). Sum of RGB (Red+Green+Blue) = 194+136+172=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C288AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C288AC is #3D7753. Grayscale: #9D9D9D. Windows color (decimal): -4028244 or 11307202. OLE color: 11307202.
HSL color Cylindrical-coordinate representation of color #C288AC: hue angle of 322.76º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C288AC is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 172 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.24 |
| HSL | 322.76º | 0.32% | 0.65% | - |
| HSV(B) | 322.76º | 0.3% | 0.76% | - |
| XYZ | 38.5 | 32.06 | 43.19 | - |
| YUV | 157.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 172 | 0 | 0.30 | 0.11 | 0.24 | 322.76 | 0.32 | 0.65 |
| Hex | C2 | 88 | AC | 0 | 1E | B | 18 | 143 | 20 | 41 |
| Octal | 302 | 210 | 254 | 0 | 36 | 13 | 30 | 503 | 40 | 101 |
| Binary | 11000010 | 10001000 | 10101100 | 0 | 11110 | 1011 | 11000 | 101000011 | 100000 | 1000001 |
Color Harmonies of #C288AC
Complementary color
Monochromatic Colors of #C288AC
Black with #C288AC
Text Example
Text Example
White with #C288AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288AC; }
p { color: rgb(194,136,172); }
H1.HeaderClassName
{
color: #C288AC;
}
.AnyTagClassName
{
color: #C288AC;
}
</style>
background-color css
<style>
a { background-color: #C288AC; }
a { background-color: rgb(194,136,172); }
div.DivClassName
{
background-color: #C288AC;
}
.BgClassName
{
background-color: #C288AC;
}
</style>
border-color css
<style>
span { border-color: #C288AC; }
span { border-color: rgb(194,136,172); }
td.TdClassName
{
border-color: #C288AC;
}
.TagClassName
{
border-color: #C288AC;
}
</style>