Shades of Lily #C788BA
Tints of Lily #C788BA
RGB
CMYK
RGB Variations
Color information
#C788BA (or 0xC788BA) is known color: Lily. HEX triplet: C7, 88 and BA. RGB value is (199,136,186). Sum of RGB (Red+Green+Blue) = 199+136+186=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C788BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C788BA is #387745. Grayscale: #A0A0A0. Windows color (decimal): -3700550 or 12224711. OLE color: 12224711.
HSL color Cylindrical-coordinate representation of color #C788BA: hue angle of 312.38º 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 #C788BA is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 186 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.22 |
| HSL | 312.38º | 0.36% | 0.66% | - |
| HSV(B) | 312.38º | 0.32% | 0.78% | - |
| XYZ | 41.22 | 33.3 | 50.71 | - |
| YUV | 160.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 186 | 0 | 0.32 | 0.07 | 0.22 | 312.38 | 0.36 | 0.66 |
| Hex | C7 | 88 | BA | 0 | 20 | 7 | 16 | 138 | 24 | 42 |
| Octal | 307 | 210 | 272 | 0 | 40 | 7 | 26 | 470 | 44 | 102 |
| Binary | 11000111 | 10001000 | 10111010 | 0 | 100000 | 111 | 10110 | 100111000 | 100100 | 1000010 |
Color Harmonies of #C788BA
Complementary color
Monochromatic Colors of #C788BA
Black with #C788BA
Text Example
Text Example
White with #C788BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C788BA; }
p { color: rgb(199,136,186); }
H1.HeaderClassName
{
color: #C788BA;
}
.AnyTagClassName
{
color: #C788BA;
}
</style>
background-color css
<style>
a { background-color: #C788BA; }
a { background-color: rgb(199,136,186); }
div.DivClassName
{
background-color: #C788BA;
}
.BgClassName
{
background-color: #C788BA;
}
</style>
border-color css
<style>
span { border-color: #C788BA; }
span { border-color: rgb(199,136,186); }
td.TdClassName
{
border-color: #C788BA;
}
.TagClassName
{
border-color: #C788BA;
}
</style>