Shades of Lily #C793BC
Tints of Lily #C793BC
RGB
CMYK
RGB Variations
Color information
#C793BC (or 0xC793BC) is known color: Lily. HEX triplet: C7, 93 and BC. RGB value is (199,147,188). Sum of RGB (Red+Green+Blue) = 199+147+188=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 199 - color contains mainly: red. Hex color #C793BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C793BC is #386C43. Grayscale: #A7A7A7. Windows color (decimal): -3697732 or 12358599. OLE color: 12358599.
HSL color Cylindrical-coordinate representation of color #C793BC: hue angle of 312.69º 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 #C793BC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 147 | 188 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.22 |
| HSL | 312.69º | 0.32% | 0.68% | - |
| HSV(B) | 312.69º | 0.26% | 0.78% | - |
| XYZ | 43.06 | 36.64 | 52.38 | - |
| YUV | 167.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 188 | 0 | 0.26 | 0.06 | 0.22 | 312.69 | 0.32 | 0.68 |
| Hex | C7 | 93 | BC | 0 | 1A | 6 | 16 | 139 | 20 | 44 |
| Octal | 307 | 223 | 274 | 0 | 32 | 6 | 26 | 471 | 40 | 104 |
| Binary | 11000111 | 10010011 | 10111100 | 0 | 11010 | 110 | 10110 | 100111001 | 100000 | 1000100 |
Color Harmonies of #C793BC
Complementary color
Monochromatic Colors of #C793BC
Black with #C793BC
Text Example
Text Example
White with #C793BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C793BC; }
p { color: rgb(199,147,188); }
H1.HeaderClassName
{
color: #C793BC;
}
.AnyTagClassName
{
color: #C793BC;
}
</style>
background-color css
<style>
a { background-color: #C793BC; }
a { background-color: rgb(199,147,188); }
div.DivClassName
{
background-color: #C793BC;
}
.BgClassName
{
background-color: #C793BC;
}
</style>
border-color css
<style>
span { border-color: #C793BC; }
span { border-color: rgb(199,147,188); }
td.TdClassName
{
border-color: #C793BC;
}
.TagClassName
{
border-color: #C793BC;
}
</style>