Shades of Lily #C788B9
Tints of Lily #C788B9
RGB
CMYK
RGB Variations
Color information
#C788B9 (or 0xC788B9) is known color: Lily. HEX triplet: C7, 88 and B9. RGB value is (199,136,185). Sum of RGB (Red+Green+Blue) = 199+136+185=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C788B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C788B9 is #387746. Grayscale: #A0A0A0. Windows color (decimal): -3700551 or 12159175. OLE color: 12159175.
HSL color Cylindrical-coordinate representation of color #C788B9: hue angle of 313.33º 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 #C788B9 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 185 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.22 |
| HSL | 313.33º | 0.36% | 0.66% | - |
| HSV(B) | 313.33º | 0.32% | 0.78% | - |
| XYZ | 41.11 | 33.25 | 50.15 | - |
| YUV | 160.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 185 | 0 | 0.32 | 0.07 | 0.22 | 313.33 | 0.36 | 0.66 |
| Hex | C7 | 88 | B9 | 0 | 20 | 7 | 16 | 139 | 24 | 42 |
| Octal | 307 | 210 | 271 | 0 | 40 | 7 | 26 | 471 | 44 | 102 |
| Binary | 11000111 | 10001000 | 10111001 | 0 | 100000 | 111 | 10110 | 100111001 | 100100 | 1000010 |
Color Harmonies of #C788B9
Complementary color
Monochromatic Colors of #C788B9
Black with #C788B9
Text Example
Text Example
White with #C788B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C788B9; }
p { color: rgb(199,136,185); }
H1.HeaderClassName
{
color: #C788B9;
}
.AnyTagClassName
{
color: #C788B9;
}
</style>
background-color css
<style>
a { background-color: #C788B9; }
a { background-color: rgb(199,136,185); }
div.DivClassName
{
background-color: #C788B9;
}
.BgClassName
{
background-color: #C788B9;
}
</style>
border-color css
<style>
span { border-color: #C788B9; }
span { border-color: rgb(199,136,185); }
td.TdClassName
{
border-color: #C788B9;
}
.TagClassName
{
border-color: #C788B9;
}
</style>