Shades of Lily #C885BA
Tints of Lily #C885BA
RGB
CMYK
RGB Variations
Color information
#C885BA (or 0xC885BA) is known color: Lily. HEX triplet: C8, 85 and BA. RGB value is (200,133,186). Sum of RGB (Red+Green+Blue) = 200+133+186=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C885BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885BA is #377A45. Grayscale: #9E9E9E. Windows color (decimal): -3635782 or 12223944. OLE color: 12223944.
HSL color Cylindrical-coordinate representation of color #C885BA: hue angle of 312.54º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C885BA is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 186 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.22 |
| HSL | 312.54º | 0.38% | 0.65% | - |
| HSV(B) | 312.54º | 0.34% | 0.78% | - |
| XYZ | 41.07 | 32.6 | 50.58 | - |
| YUV | 159.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 186 | 0 | 0.34 | 0.07 | 0.22 | 312.54 | 0.38 | 0.65 |
| Hex | C8 | 85 | BA | 0 | 22 | 7 | 16 | 139 | 26 | 41 |
| Octal | 310 | 205 | 272 | 0 | 42 | 7 | 26 | 471 | 46 | 101 |
| Binary | 11001000 | 10000101 | 10111010 | 0 | 100010 | 111 | 10110 | 100111001 | 100110 | 1000001 |
Color Harmonies of #C885BA
Complementary color
Monochromatic Colors of #C885BA
Black with #C885BA
Text Example
Text Example
White with #C885BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885BA; }
p { color: rgb(200,133,186); }
H1.HeaderClassName
{
color: #C885BA;
}
.AnyTagClassName
{
color: #C885BA;
}
</style>
background-color css
<style>
a { background-color: #C885BA; }
a { background-color: rgb(200,133,186); }
div.DivClassName
{
background-color: #C885BA;
}
.BgClassName
{
background-color: #C885BA;
}
</style>
border-color css
<style>
span { border-color: #C885BA; }
span { border-color: rgb(200,133,186); }
td.TdClassName
{
border-color: #C885BA;
}
.TagClassName
{
border-color: #C885BA;
}
</style>