Shades of Lily #C892AE
Tints of Lily #C892AE
RGB
CMYK
RGB Variations
Color information
#C892AE (or 0xC892AE) is known color: Lily. HEX triplet: C8, 92 and AE. RGB value is (200,146,174). Sum of RGB (Red+Green+Blue) = 200+146+174=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C892AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C892AE is #376D51. Grayscale: #A5A5A5. Windows color (decimal): -3632466 or 11440840. OLE color: 11440840.
HSL color Cylindrical-coordinate representation of color #C892AE: hue angle of 328.89º 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 #C892AE is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 174 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.22 |
| HSL | 328.89º | 0.33% | 0.68% | - |
| HSV(B) | 328.89º | 0.27% | 0.78% | - |
| XYZ | 41.74 | 35.89 | 44.77 | - |
| YUV | 165.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 174 | 0 | 0.27 | 0.13 | 0.22 | 328.89 | 0.33 | 0.68 |
| Hex | C8 | 92 | AE | 0 | 1B | D | 16 | 149 | 21 | 44 |
| Octal | 310 | 222 | 256 | 0 | 33 | 15 | 26 | 511 | 41 | 104 |
| Binary | 11001000 | 10010010 | 10101110 | 0 | 11011 | 1101 | 10110 | 101001001 | 100001 | 1000100 |
Color Harmonies of #C892AE
Complementary color
Monochromatic Colors of #C892AE
Black with #C892AE
Text Example
Text Example
White with #C892AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C892AE; }
p { color: rgb(200,146,174); }
H1.HeaderClassName
{
color: #C892AE;
}
.AnyTagClassName
{
color: #C892AE;
}
</style>
background-color css
<style>
a { background-color: #C892AE; }
a { background-color: rgb(200,146,174); }
div.DivClassName
{
background-color: #C892AE;
}
.BgClassName
{
background-color: #C892AE;
}
</style>
border-color css
<style>
span { border-color: #C892AE; }
span { border-color: rgb(200,146,174); }
td.TdClassName
{
border-color: #C892AE;
}
.TagClassName
{
border-color: #C892AE;
}
</style>