Shades of Lily #C893B0
Tints of Lily #C893B0
RGB
CMYK
RGB Variations
Color information
#C893B0 (or 0xC893B0) is known color: Lily. HEX triplet: C8, 93 and B0. RGB value is (200,147,176). Sum of RGB (Red+Green+Blue) = 200+147+176=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C893B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C893B0 is #376C4F. Grayscale: #A6A6A6. Windows color (decimal): -3632208 or 11572168. OLE color: 11572168.
HSL color Cylindrical-coordinate representation of color #C893B0: hue angle of 327.17º 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 #C893B0 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 176 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.22 |
| HSL | 327.17º | 0.33% | 0.68% | - |
| HSV(B) | 327.17º | 0.27% | 0.78% | - |
| XYZ | 42.09 | 36.28 | 45.86 | - |
| YUV | 166.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 176 | 0 | 0.26 | 0.12 | 0.22 | 327.17 | 0.33 | 0.68 |
| Hex | C8 | 93 | B0 | 0 | 1A | C | 16 | 147 | 21 | 44 |
| Octal | 310 | 223 | 260 | 0 | 32 | 14 | 26 | 507 | 41 | 104 |
| Binary | 11001000 | 10010011 | 10110000 | 0 | 11010 | 1100 | 10110 | 101000111 | 100001 | 1000100 |
Color Harmonies of #C893B0
Complementary color
Monochromatic Colors of #C893B0
Black with #C893B0
Text Example
Text Example
White with #C893B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C893B0; }
p { color: rgb(200,147,176); }
H1.HeaderClassName
{
color: #C893B0;
}
.AnyTagClassName
{
color: #C893B0;
}
</style>
background-color css
<style>
a { background-color: #C893B0; }
a { background-color: rgb(200,147,176); }
div.DivClassName
{
background-color: #C893B0;
}
.BgClassName
{
background-color: #C893B0;
}
</style>
border-color css
<style>
span { border-color: #C893B0; }
span { border-color: rgb(200,147,176); }
td.TdClassName
{
border-color: #C893B0;
}
.TagClassName
{
border-color: #C893B0;
}
</style>