Shades of Lily #C893B2
Tints of Lily #C893B2
RGB
CMYK
RGB Variations
Color information
#C893B2 (or 0xC893B2) is known color: Lily. HEX triplet: C8, 93 and B2. RGB value is (200,147,178). Sum of RGB (Red+Green+Blue) = 200+147+178=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C893B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C893B2 is #376C4D. Grayscale: #A6A6A6. Windows color (decimal): -3632206 or 11703240. OLE color: 11703240.
HSL color Cylindrical-coordinate representation of color #C893B2: hue angle of 324.91º 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 #C893B2 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 178 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.22 |
| HSL | 324.91º | 0.33% | 0.68% | - |
| HSV(B) | 324.91º | 0.27% | 0.78% | - |
| XYZ | 42.29 | 36.36 | 46.91 | - |
| YUV | 166.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 178 | 0 | 0.26 | 0.11 | 0.22 | 324.91 | 0.33 | 0.68 |
| Hex | C8 | 93 | B2 | 0 | 1A | B | 16 | 145 | 21 | 44 |
| Octal | 310 | 223 | 262 | 0 | 32 | 13 | 26 | 505 | 41 | 104 |
| Binary | 11001000 | 10010011 | 10110010 | 0 | 11010 | 1011 | 10110 | 101000101 | 100001 | 1000100 |
Color Harmonies of #C893B2
Complementary color
Monochromatic Colors of #C893B2
Black with #C893B2
Text Example
Text Example
White with #C893B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C893B2; }
p { color: rgb(200,147,178); }
H1.HeaderClassName
{
color: #C893B2;
}
.AnyTagClassName
{
color: #C893B2;
}
</style>
background-color css
<style>
a { background-color: #C893B2; }
a { background-color: rgb(200,147,178); }
div.DivClassName
{
background-color: #C893B2;
}
.BgClassName
{
background-color: #C893B2;
}
</style>
border-color css
<style>
span { border-color: #C893B2; }
span { border-color: rgb(200,147,178); }
td.TdClassName
{
border-color: #C893B2;
}
.TagClassName
{
border-color: #C893B2;
}
</style>