Shades of Lily #C889B7
Tints of Lily #C889B7
RGB
CMYK
RGB Variations
Color information
#C889B7 (or 0xC889B7) is known color: Lily. HEX triplet: C8, 89 and B7. RGB value is (200,137,183). Sum of RGB (Red+Green+Blue) = 200+137+183=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C889B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C889B7 is #377648. Grayscale: #A0A0A0. Windows color (decimal): -3634761 or 12028360. OLE color: 12028360.
HSL color Cylindrical-coordinate representation of color #C889B7: hue angle of 316.19º 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 #C889B7 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 183 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.22 |
| HSL | 316.19º | 0.36% | 0.66% | - |
| HSV(B) | 316.19º | 0.32% | 0.78% | - |
| XYZ | 41.31 | 33.59 | 49.11 | - |
| YUV | 161.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 183 | 0 | 0.32 | 0.08 | 0.22 | 316.19 | 0.36 | 0.66 |
| Hex | C8 | 89 | B7 | 0 | 20 | 8 | 16 | 13C | 24 | 42 |
| Octal | 310 | 211 | 267 | 0 | 40 | 10 | 26 | 474 | 44 | 102 |
| Binary | 11001000 | 10001001 | 10110111 | 0 | 100000 | 1000 | 10110 | 100111100 | 100100 | 1000010 |
Color Harmonies of #C889B7
Complementary color
Monochromatic Colors of #C889B7
Black with #C889B7
Text Example
Text Example
White with #C889B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C889B7; }
p { color: rgb(200,137,183); }
H1.HeaderClassName
{
color: #C889B7;
}
.AnyTagClassName
{
color: #C889B7;
}
</style>
background-color css
<style>
a { background-color: #C889B7; }
a { background-color: rgb(200,137,183); }
div.DivClassName
{
background-color: #C889B7;
}
.BgClassName
{
background-color: #C889B7;
}
</style>
border-color css
<style>
span { border-color: #C889B7; }
span { border-color: rgb(200,137,183); }
td.TdClassName
{
border-color: #C889B7;
}
.TagClassName
{
border-color: #C889B7;
}
</style>