Shades of Lily #C890B5
Tints of Lily #C890B5
RGB
CMYK
RGB Variations
Color information
#C890B5 (or 0xC890B5) is known color: Lily. HEX triplet: C8, 90 and B5. RGB value is (200,144,181). Sum of RGB (Red+Green+Blue) = 200+144+181=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C890B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890B5 is #376F4A. Grayscale: #A4A4A4. Windows color (decimal): -3632971 or 11899080. OLE color: 11899080.
HSL color Cylindrical-coordinate representation of color #C890B5: hue angle of 320.36º 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 #C890B5 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 181 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.22 |
| HSL | 320.36º | 0.34% | 0.67% | - |
| HSV(B) | 320.36º | 0.28% | 0.78% | - |
| XYZ | 42.13 | 35.56 | 48.36 | - |
| YUV | 164.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 181 | 0 | 0.28 | 0.09 | 0.22 | 320.36 | 0.34 | 0.67 |
| Hex | C8 | 90 | B5 | 0 | 1C | 9 | 16 | 140 | 22 | 43 |
| Octal | 310 | 220 | 265 | 0 | 34 | 11 | 26 | 500 | 42 | 103 |
| Binary | 11001000 | 10010000 | 10110101 | 0 | 11100 | 1001 | 10110 | 101000000 | 100010 | 1000011 |
Color Harmonies of #C890B5
Complementary color
Monochromatic Colors of #C890B5
Black with #C890B5
Text Example
Text Example
White with #C890B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890B5; }
p { color: rgb(200,144,181); }
H1.HeaderClassName
{
color: #C890B5;
}
.AnyTagClassName
{
color: #C890B5;
}
</style>
background-color css
<style>
a { background-color: #C890B5; }
a { background-color: rgb(200,144,181); }
div.DivClassName
{
background-color: #C890B5;
}
.BgClassName
{
background-color: #C890B5;
}
</style>
border-color css
<style>
span { border-color: #C890B5; }
span { border-color: rgb(200,144,181); }
td.TdClassName
{
border-color: #C890B5;
}
.TagClassName
{
border-color: #C890B5;
}
</style>