Shades of Lily #C889BC
Tints of Lily #C889BC
RGB
CMYK
RGB Variations
Color information
#C889BC (or 0xC889BC) is known color: Lily. HEX triplet: C8, 89 and BC. RGB value is (200,137,188). Sum of RGB (Red+Green+Blue) = 200+137+188=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C889BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C889BC is #377643. Grayscale: #A1A1A1. Windows color (decimal): -3634756 or 12356040. OLE color: 12356040.
HSL color Cylindrical-coordinate representation of color #C889BC: hue angle of 311.43º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C889BC is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 188 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.22 |
| HSL | 311.43º | 0.36% | 0.66% | - |
| HSV(B) | 311.43º | 0.32% | 0.78% | - |
| XYZ | 41.84 | 33.8 | 51.9 | - |
| YUV | 161.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 188 | 0 | 0.32 | 0.06 | 0.22 | 311.43 | 0.36 | 0.66 |
| Hex | C8 | 89 | BC | 0 | 20 | 6 | 16 | 137 | 24 | 42 |
| Octal | 310 | 211 | 274 | 0 | 40 | 6 | 26 | 467 | 44 | 102 |
| Binary | 11001000 | 10001001 | 10111100 | 0 | 100000 | 110 | 10110 | 100110111 | 100100 | 1000010 |
Color Harmonies of #C889BC
Complementary color
Monochromatic Colors of #C889BC
Black with #C889BC
Text Example
Text Example
White with #C889BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C889BC; }
p { color: rgb(200,137,188); }
H1.HeaderClassName
{
color: #C889BC;
}
.AnyTagClassName
{
color: #C889BC;
}
</style>
background-color css
<style>
a { background-color: #C889BC; }
a { background-color: rgb(200,137,188); }
div.DivClassName
{
background-color: #C889BC;
}
.BgClassName
{
background-color: #C889BC;
}
</style>
border-color css
<style>
span { border-color: #C889BC; }
span { border-color: rgb(200,137,188); }
td.TdClassName
{
border-color: #C889BC;
}
.TagClassName
{
border-color: #C889BC;
}
</style>