Shades of Lily #C893AD
Tints of Lily #C893AD
RGB
CMYK
RGB Variations
Color information
#C893AD (or 0xC893AD) is known color: Lily. HEX triplet: C8, 93 and AD. RGB value is (200,147,173). Sum of RGB (Red+Green+Blue) = 200+147+173=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C893AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C893AD is #376C52. Grayscale: #A5A5A5. Windows color (decimal): -3632211 or 11375560. OLE color: 11375560.
HSL color Cylindrical-coordinate representation of color #C893AD: hue angle of 330.57º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C893AD is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 173 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.22 |
| HSL | 330.57º | 0.33% | 0.68% | - |
| HSV(B) | 330.57º | 0.27% | 0.78% | - |
| XYZ | 41.8 | 36.16 | 44.31 | - |
| YUV | 165.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 173 | 0 | 0.26 | 0.14 | 0.22 | 330.57 | 0.33 | 0.68 |
| Hex | C8 | 93 | AD | 0 | 1A | E | 16 | 14B | 21 | 44 |
| Octal | 310 | 223 | 255 | 0 | 32 | 16 | 26 | 513 | 41 | 104 |
| Binary | 11001000 | 10010011 | 10101101 | 0 | 11010 | 1110 | 10110 | 101001011 | 100001 | 1000100 |
Color Harmonies of #C893AD
Complementary color
Monochromatic Colors of #C893AD
Black with #C893AD
Text Example
Text Example
White with #C893AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C893AD; }
p { color: rgb(200,147,173); }
H1.HeaderClassName
{
color: #C893AD;
}
.AnyTagClassName
{
color: #C893AD;
}
</style>
background-color css
<style>
a { background-color: #C893AD; }
a { background-color: rgb(200,147,173); }
div.DivClassName
{
background-color: #C893AD;
}
.BgClassName
{
background-color: #C893AD;
}
</style>
border-color css
<style>
span { border-color: #C893AD; }
span { border-color: rgb(200,147,173); }
td.TdClassName
{
border-color: #C893AD;
}
.TagClassName
{
border-color: #C893AD;
}
</style>