Shades of Lily #C788AC
Tints of Lily #C788AC
RGB
CMYK
RGB Variations
Color information
#C788AC (or 0xC788AC) is known color: Lily. HEX triplet: C7, 88 and AC. RGB value is (199,136,172). Sum of RGB (Red+Green+Blue) = 199+136+172=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C788AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C788AC is #387753. Grayscale: #9E9E9E. Windows color (decimal): -3700564 or 11307207. OLE color: 11307207.
HSL color Cylindrical-coordinate representation of color #C788AC: hue angle of 325.71º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C788AC is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 172 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.22 |
| HSL | 325.71º | 0.36% | 0.66% | - |
| HSV(B) | 325.71º | 0.32% | 0.78% | - |
| XYZ | 39.8 | 32.73 | 43.25 | - |
| YUV | 158.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 172 | 0 | 0.32 | 0.14 | 0.22 | 325.71 | 0.36 | 0.66 |
| Hex | C7 | 88 | AC | 0 | 20 | E | 16 | 146 | 24 | 42 |
| Octal | 307 | 210 | 254 | 0 | 40 | 16 | 26 | 506 | 44 | 102 |
| Binary | 11000111 | 10001000 | 10101100 | 0 | 100000 | 1110 | 10110 | 101000110 | 100100 | 1000010 |
Color Harmonies of #C788AC
Complementary color
Monochromatic Colors of #C788AC
Black with #C788AC
Text Example
Text Example
White with #C788AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C788AC; }
p { color: rgb(199,136,172); }
H1.HeaderClassName
{
color: #C788AC;
}
.AnyTagClassName
{
color: #C788AC;
}
</style>
background-color css
<style>
a { background-color: #C788AC; }
a { background-color: rgb(199,136,172); }
div.DivClassName
{
background-color: #C788AC;
}
.BgClassName
{
background-color: #C788AC;
}
</style>
border-color css
<style>
span { border-color: #C788AC; }
span { border-color: rgb(199,136,172); }
td.TdClassName
{
border-color: #C788AC;
}
.TagClassName
{
border-color: #C788AC;
}
</style>