Shades of Lily #C892AB
Tints of Lily #C892AB
RGB
CMYK
RGB Variations
Color information
#C892AB (or 0xC892AB) is known color: Lily. HEX triplet: C8, 92 and AB. RGB value is (200,146,171). Sum of RGB (Red+Green+Blue) = 200+146+171=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C892AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C892AB is #376D54. Grayscale: #A4A4A4. Windows color (decimal): -3632469 or 11244232. OLE color: 11244232.
HSL color Cylindrical-coordinate representation of color #C892AB: hue angle of 332.22º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C892AB is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 171 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.22 |
| HSL | 332.22º | 0.33% | 0.68% | - |
| HSV(B) | 332.22º | 0.27% | 0.78% | - |
| XYZ | 41.45 | 35.78 | 43.25 | - |
| YUV | 165 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 171 | 0 | 0.27 | 0.14 | 0.22 | 332.22 | 0.33 | 0.68 |
| Hex | C8 | 92 | AB | 0 | 1B | E | 16 | 14C | 21 | 44 |
| Octal | 310 | 222 | 253 | 0 | 33 | 16 | 26 | 514 | 41 | 104 |
| Binary | 11001000 | 10010010 | 10101011 | 0 | 11011 | 1110 | 10110 | 101001100 | 100001 | 1000100 |
Color Harmonies of #C892AB
Complementary color
Monochromatic Colors of #C892AB
Black with #C892AB
Text Example
Text Example
White with #C892AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C892AB; }
p { color: rgb(200,146,171); }
H1.HeaderClassName
{
color: #C892AB;
}
.AnyTagClassName
{
color: #C892AB;
}
</style>
background-color css
<style>
a { background-color: #C892AB; }
a { background-color: rgb(200,146,171); }
div.DivClassName
{
background-color: #C892AB;
}
.BgClassName
{
background-color: #C892AB;
}
</style>
border-color css
<style>
span { border-color: #C892AB; }
span { border-color: rgb(200,146,171); }
td.TdClassName
{
border-color: #C892AB;
}
.TagClassName
{
border-color: #C892AB;
}
</style>