Shades of Lily #C890B7
Tints of Lily #C890B7
RGB
CMYK
RGB Variations
Color information
#C890B7 (or 0xC890B7) is known color: Lily. HEX triplet: C8, 90 and B7. RGB value is (200,144,183). Sum of RGB (Red+Green+Blue) = 200+144+183=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C890B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890B7 is #376F48. Grayscale: #A5A5A5. Windows color (decimal): -3632969 or 12030152. OLE color: 12030152.
HSL color Cylindrical-coordinate representation of color #C890B7: hue angle of 318.21º 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 #C890B7 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 183 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.22 |
| HSL | 318.21º | 0.34% | 0.67% | - |
| HSV(B) | 318.21º | 0.28% | 0.78% | - |
| XYZ | 42.34 | 35.64 | 49.45 | - |
| YUV | 165.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 183 | 0 | 0.28 | 0.08 | 0.22 | 318.21 | 0.34 | 0.67 |
| Hex | C8 | 90 | B7 | 0 | 1C | 8 | 16 | 13E | 22 | 43 |
| Octal | 310 | 220 | 267 | 0 | 34 | 10 | 26 | 476 | 42 | 103 |
| Binary | 11001000 | 10010000 | 10110111 | 0 | 11100 | 1000 | 10110 | 100111110 | 100010 | 1000011 |
Color Harmonies of #C890B7
Complementary color
Monochromatic Colors of #C890B7
Black with #C890B7
Text Example
Text Example
White with #C890B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890B7; }
p { color: rgb(200,144,183); }
H1.HeaderClassName
{
color: #C890B7;
}
.AnyTagClassName
{
color: #C890B7;
}
</style>
background-color css
<style>
a { background-color: #C890B7; }
a { background-color: rgb(200,144,183); }
div.DivClassName
{
background-color: #C890B7;
}
.BgClassName
{
background-color: #C890B7;
}
</style>
border-color css
<style>
span { border-color: #C890B7; }
span { border-color: rgb(200,144,183); }
td.TdClassName
{
border-color: #C890B7;
}
.TagClassName
{
border-color: #C890B7;
}
</style>