Shades of Lily #C892AC
Tints of Lily #C892AC
RGB
CMYK
RGB Variations
Color information
#C892AC (or 0xC892AC) is known color: Lily. HEX triplet: C8, 92 and AC. RGB value is (200,146,172). Sum of RGB (Red+Green+Blue) = 200+146+172=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C892AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C892AC is #376D53. Grayscale: #A5A5A5. Windows color (decimal): -3632468 or 11309768. OLE color: 11309768.
HSL color Cylindrical-coordinate representation of color #C892AC: hue angle of 331.11º 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 #C892AC is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 172 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.22 |
| HSL | 331.11º | 0.33% | 0.68% | - |
| HSV(B) | 331.11º | 0.27% | 0.78% | - |
| XYZ | 41.54 | 35.82 | 43.75 | - |
| YUV | 165.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 172 | 0 | 0.27 | 0.14 | 0.22 | 331.11 | 0.33 | 0.68 |
| Hex | C8 | 92 | AC | 0 | 1B | E | 16 | 14B | 21 | 44 |
| Octal | 310 | 222 | 254 | 0 | 33 | 16 | 26 | 513 | 41 | 104 |
| Binary | 11001000 | 10010010 | 10101100 | 0 | 11011 | 1110 | 10110 | 101001011 | 100001 | 1000100 |
Color Harmonies of #C892AC
Complementary color
Monochromatic Colors of #C892AC
Black with #C892AC
Text Example
Text Example
White with #C892AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C892AC; }
p { color: rgb(200,146,172); }
H1.HeaderClassName
{
color: #C892AC;
}
.AnyTagClassName
{
color: #C892AC;
}
</style>
background-color css
<style>
a { background-color: #C892AC; }
a { background-color: rgb(200,146,172); }
div.DivClassName
{
background-color: #C892AC;
}
.BgClassName
{
background-color: #C892AC;
}
</style>
border-color css
<style>
span { border-color: #C892AC; }
span { border-color: rgb(200,146,172); }
td.TdClassName
{
border-color: #C892AC;
}
.TagClassName
{
border-color: #C892AC;
}
</style>