Shades of Lily #C793B2
Tints of Lily #C793B2
RGB
CMYK
RGB Variations
Color information
#C793B2 (or 0xC793B2) is known color: Lily. HEX triplet: C7, 93 and B2. RGB value is (199,147,178). Sum of RGB (Red+Green+Blue) = 199+147+178=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 199 - color contains mainly: red. Hex color #C793B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C793B2 is #386C4D. Grayscale: #A6A6A6. Windows color (decimal): -3697742 or 11703239. OLE color: 11703239.
HSL color Cylindrical-coordinate representation of color #C793B2: hue angle of 324.23º degrees, saturation: 0.32, 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 #C793B2 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 147 | 178 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.22 |
| HSL | 324.23º | 0.32% | 0.68% | - |
| HSV(B) | 324.23º | 0.26% | 0.78% | - |
| XYZ | 42.02 | 36.22 | 46.9 | - |
| YUV | 166.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 178 | 0 | 0.26 | 0.11 | 0.22 | 324.23 | 0.32 | 0.68 |
| Hex | C7 | 93 | B2 | 0 | 1A | B | 16 | 144 | 20 | 44 |
| Octal | 307 | 223 | 262 | 0 | 32 | 13 | 26 | 504 | 40 | 104 |
| Binary | 11000111 | 10010011 | 10110010 | 0 | 11010 | 1011 | 10110 | 101000100 | 100000 | 1000100 |
Color Harmonies of #C793B2
Complementary color
Monochromatic Colors of #C793B2
Black with #C793B2
Text Example
Text Example
White with #C793B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C793B2; }
p { color: rgb(199,147,178); }
H1.HeaderClassName
{
color: #C793B2;
}
.AnyTagClassName
{
color: #C793B2;
}
</style>
background-color css
<style>
a { background-color: #C793B2; }
a { background-color: rgb(199,147,178); }
div.DivClassName
{
background-color: #C793B2;
}
.BgClassName
{
background-color: #C793B2;
}
</style>
border-color css
<style>
span { border-color: #C793B2; }
span { border-color: rgb(199,147,178); }
td.TdClassName
{
border-color: #C793B2;
}
.TagClassName
{
border-color: #C793B2;
}
</style>