Shades of Lily #C888B5
Tints of Lily #C888B5
RGB
CMYK
RGB Variations
Color information
#C888B5 (or 0xC888B5) is known color: Lily. HEX triplet: C8, 88 and B5. RGB value is (200,136,181). Sum of RGB (Red+Green+Blue) = 200+136+181=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C888B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C888B5 is #37774A. Grayscale: #A0A0A0. Windows color (decimal): -3635019 or 11897032. OLE color: 11897032.
HSL color Cylindrical-coordinate representation of color #C888B5: hue angle of 317.81º degrees, saturation: 0.37, 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 #C888B5 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 181 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.22 |
| HSL | 317.81º | 0.37% | 0.66% | - |
| HSV(B) | 317.81º | 0.32% | 0.78% | - |
| XYZ | 40.96 | 33.22 | 47.97 | - |
| YUV | 160.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 181 | 0 | 0.32 | 0.09 | 0.22 | 317.81 | 0.37 | 0.66 |
| Hex | C8 | 88 | B5 | 0 | 20 | 9 | 16 | 13E | 25 | 42 |
| Octal | 310 | 210 | 265 | 0 | 40 | 11 | 26 | 476 | 45 | 102 |
| Binary | 11001000 | 10001000 | 10110101 | 0 | 100000 | 1001 | 10110 | 100111110 | 100101 | 1000010 |
Color Harmonies of #C888B5
Complementary color
Monochromatic Colors of #C888B5
Black with #C888B5
Text Example
Text Example
White with #C888B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888B5; }
p { color: rgb(200,136,181); }
H1.HeaderClassName
{
color: #C888B5;
}
.AnyTagClassName
{
color: #C888B5;
}
</style>
background-color css
<style>
a { background-color: #C888B5; }
a { background-color: rgb(200,136,181); }
div.DivClassName
{
background-color: #C888B5;
}
.BgClassName
{
background-color: #C888B5;
}
</style>
border-color css
<style>
span { border-color: #C888B5; }
span { border-color: rgb(200,136,181); }
td.TdClassName
{
border-color: #C888B5;
}
.TagClassName
{
border-color: #C888B5;
}
</style>