Shades of Lily #C895AB
Tints of Lily #C895AB
RGB
CMYK
RGB Variations
Color information
#C895AB (or 0xC895AB) is known color: Lily. HEX triplet: C8, 95 and AB. RGB value is (200,149,171). Sum of RGB (Red+Green+Blue) = 200+149+171=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C895AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C895AB is #376A54. Grayscale: #A6A6A6. Windows color (decimal): -3631701 or 11245000. OLE color: 11245000.
HSL color Cylindrical-coordinate representation of color #C895AB: hue angle of 334.12º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C895AB is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 171 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.22 |
| HSL | 334.12º | 0.32% | 0.68% | - |
| HSV(B) | 334.12º | 0.26% | 0.78% | - |
| XYZ | 41.92 | 36.71 | 43.41 | - |
| YUV | 166.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 171 | 0 | 0.26 | 0.14 | 0.22 | 334.12 | 0.32 | 0.68 |
| Hex | C8 | 95 | AB | 0 | 1A | E | 16 | 14E | 20 | 44 |
| Octal | 310 | 225 | 253 | 0 | 32 | 16 | 26 | 516 | 40 | 104 |
| Binary | 11001000 | 10010101 | 10101011 | 0 | 11010 | 1110 | 10110 | 101001110 | 100000 | 1000100 |
Color Harmonies of #C895AB
Complementary color
Monochromatic Colors of #C895AB
Black with #C895AB
Text Example
Text Example
White with #C895AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895AB; }
p { color: rgb(200,149,171); }
H1.HeaderClassName
{
color: #C895AB;
}
.AnyTagClassName
{
color: #C895AB;
}
</style>
background-color css
<style>
a { background-color: #C895AB; }
a { background-color: rgb(200,149,171); }
div.DivClassName
{
background-color: #C895AB;
}
.BgClassName
{
background-color: #C895AB;
}
</style>
border-color css
<style>
span { border-color: #C895AB; }
span { border-color: rgb(200,149,171); }
td.TdClassName
{
border-color: #C895AB;
}
.TagClassName
{
border-color: #C895AB;
}
</style>