Shades of Lily #C890BC
Tints of Lily #C890BC
RGB
CMYK
RGB Variations
Color information
#C890BC (or 0xC890BC) is known color: Lily. HEX triplet: C8, 90 and BC. RGB value is (200,144,188). Sum of RGB (Red+Green+Blue) = 200+144+188=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C890BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890BC is #376F43. Grayscale: #A5A5A5. Windows color (decimal): -3632964 or 12357832. OLE color: 12357832.
HSL color Cylindrical-coordinate representation of color #C890BC: hue angle of 312.86º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C890BC is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 188 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.22 |
| HSL | 312.86º | 0.34% | 0.67% | - |
| HSV(B) | 312.86º | 0.28% | 0.78% | - |
| XYZ | 42.87 | 35.86 | 52.24 | - |
| YUV | 165.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 188 | 0 | 0.28 | 0.06 | 0.22 | 312.86 | 0.34 | 0.67 |
| Hex | C8 | 90 | BC | 0 | 1C | 6 | 16 | 139 | 22 | 43 |
| Octal | 310 | 220 | 274 | 0 | 34 | 6 | 26 | 471 | 42 | 103 |
| Binary | 11001000 | 10010000 | 10111100 | 0 | 11100 | 110 | 10110 | 100111001 | 100010 | 1000011 |
Color Harmonies of #C890BC
Complementary color
Monochromatic Colors of #C890BC
Black with #C890BC
Text Example
Text Example
White with #C890BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890BC; }
p { color: rgb(200,144,188); }
H1.HeaderClassName
{
color: #C890BC;
}
.AnyTagClassName
{
color: #C890BC;
}
</style>
background-color css
<style>
a { background-color: #C890BC; }
a { background-color: rgb(200,144,188); }
div.DivClassName
{
background-color: #C890BC;
}
.BgClassName
{
background-color: #C890BC;
}
</style>
border-color css
<style>
span { border-color: #C890BC; }
span { border-color: rgb(200,144,188); }
td.TdClassName
{
border-color: #C890BC;
}
.TagClassName
{
border-color: #C890BC;
}
</style>