Shades of Lily #C794AC
Tints of Lily #C794AC
RGB
CMYK
RGB Variations
Color information
#C794AC (or 0xC794AC) is known color: Lily. HEX triplet: C7, 94 and AC. RGB value is (199,148,172). Sum of RGB (Red+Green+Blue) = 199+148+172=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 199 - color contains mainly: red. Hex color #C794AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C794AC is #386B53. Grayscale: #A5A5A5. Windows color (decimal): -3697492 or 11310279. OLE color: 11310279.
HSL color Cylindrical-coordinate representation of color #C794AC: hue angle of 331.76º degrees, saturation: 0.31, 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 #C794AC is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 172 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.22 |
| HSL | 331.76º | 0.31% | 0.68% | - |
| HSV(B) | 331.76º | 0.26% | 0.78% | - |
| XYZ | 41.59 | 36.3 | 43.84 | - |
| YUV | 165.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 172 | 0 | 0.26 | 0.14 | 0.22 | 331.76 | 0.31 | 0.68 |
| Hex | C7 | 94 | AC | 0 | 1A | E | 16 | 14C | 1F | 44 |
| Octal | 307 | 224 | 254 | 0 | 32 | 16 | 26 | 514 | 37 | 104 |
| Binary | 11000111 | 10010100 | 10101100 | 0 | 11010 | 1110 | 10110 | 101001100 | 11111 | 1000100 |
Color Harmonies of #C794AC
Complementary color
Monochromatic Colors of #C794AC
Black with #C794AC
Text Example
Text Example
White with #C794AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C794AC; }
p { color: rgb(199,148,172); }
H1.HeaderClassName
{
color: #C794AC;
}
.AnyTagClassName
{
color: #C794AC;
}
</style>
background-color css
<style>
a { background-color: #C794AC; }
a { background-color: rgb(199,148,172); }
div.DivClassName
{
background-color: #C794AC;
}
.BgClassName
{
background-color: #C794AC;
}
</style>
border-color css
<style>
span { border-color: #C794AC; }
span { border-color: rgb(199,148,172); }
td.TdClassName
{
border-color: #C794AC;
}
.TagClassName
{
border-color: #C794AC;
}
</style>