Shades of Lily #C896AB
Tints of Lily #C896AB
RGB
CMYK
RGB Variations
Color information
#C896AB (or 0xC896AB) is known color: Lily. HEX triplet: C8, 96 and AB. RGB value is (200,150,171). Sum of RGB (Red+Green+Blue) = 200+150+171=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C896AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C896AB is #376954. Grayscale: #A7A7A7. Windows color (decimal): -3631445 or 11245256. OLE color: 11245256.
HSL color Cylindrical-coordinate representation of color #C896AB: hue angle of 334.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C896AB is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 171 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.22 |
| HSL | 334.8º | 0.31% | 0.69% | - |
| HSV(B) | 334.8º | 0.25% | 0.78% | - |
| XYZ | 42.08 | 37.03 | 43.46 | - |
| YUV | 167.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 171 | 0 | 0.25 | 0.14 | 0.22 | 334.8 | 0.31 | 0.69 |
| Hex | C8 | 96 | AB | 0 | 19 | E | 16 | 14F | 1F | 45 |
| Octal | 310 | 226 | 253 | 0 | 31 | 16 | 26 | 517 | 37 | 105 |
| Binary | 11001000 | 10010110 | 10101011 | 0 | 11001 | 1110 | 10110 | 101001111 | 11111 | 1000101 |
Color Harmonies of #C896AB
Complementary color
Monochromatic Colors of #C896AB
Black with #C896AB
Text Example
Text Example
White with #C896AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896AB; }
p { color: rgb(200,150,171); }
H1.HeaderClassName
{
color: #C896AB;
}
.AnyTagClassName
{
color: #C896AB;
}
</style>
background-color css
<style>
a { background-color: #C896AB; }
a { background-color: rgb(200,150,171); }
div.DivClassName
{
background-color: #C896AB;
}
.BgClassName
{
background-color: #C896AB;
}
</style>
border-color css
<style>
span { border-color: #C896AB; }
span { border-color: rgb(200,150,171); }
td.TdClassName
{
border-color: #C896AB;
}
.TagClassName
{
border-color: #C896AB;
}
</style>