Shades of Lily #C890AB
Tints of Lily #C890AB
RGB
CMYK
RGB Variations
Color information
#C890AB (or 0xC890AB) is known color: Lily. HEX triplet: C8, 90 and AB. RGB value is (200,144,171). Sum of RGB (Red+Green+Blue) = 200+144+171=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C890AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C890AB is #376F54. Grayscale: #A3A3A3. Windows color (decimal): -3632981 or 11243720. OLE color: 11243720.
HSL color Cylindrical-coordinate representation of color #C890AB: hue angle of 331.07º 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 #C890AB is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 171 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.22 |
| HSL | 331.07º | 0.34% | 0.67% | - |
| HSV(B) | 331.07º | 0.28% | 0.78% | - |
| XYZ | 41.14 | 35.17 | 43.15 | - |
| YUV | 163.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 171 | 0 | 0.28 | 0.14 | 0.22 | 331.07 | 0.34 | 0.67 |
| Hex | C8 | 90 | AB | 0 | 1C | E | 16 | 14B | 22 | 43 |
| Octal | 310 | 220 | 253 | 0 | 34 | 16 | 26 | 513 | 42 | 103 |
| Binary | 11001000 | 10010000 | 10101011 | 0 | 11100 | 1110 | 10110 | 101001011 | 100010 | 1000011 |
Color Harmonies of #C890AB
Complementary color
Monochromatic Colors of #C890AB
Black with #C890AB
Text Example
Text Example
White with #C890AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890AB; }
p { color: rgb(200,144,171); }
H1.HeaderClassName
{
color: #C890AB;
}
.AnyTagClassName
{
color: #C890AB;
}
</style>
background-color css
<style>
a { background-color: #C890AB; }
a { background-color: rgb(200,144,171); }
div.DivClassName
{
background-color: #C890AB;
}
.BgClassName
{
background-color: #C890AB;
}
</style>
border-color css
<style>
span { border-color: #C890AB; }
span { border-color: rgb(200,144,171); }
td.TdClassName
{
border-color: #C890AB;
}
.TagClassName
{
border-color: #C890AB;
}
</style>