Shades of Lily #C794B3
Tints of Lily #C794B3
RGB
CMYK
RGB Variations
Color information
#C794B3 (or 0xC794B3) is known color: Lily. HEX triplet: C7, 94 and B3. RGB value is (199,148,179). Sum of RGB (Red+Green+Blue) = 199+148+179=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 199 - color contains mainly: red. Hex color #C794B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C794B3 is #386B4C. Grayscale: #A6A6A6. Windows color (decimal): -3697485 or 11769031. OLE color: 11769031.
HSL color Cylindrical-coordinate representation of color #C794B3: hue angle of 323.53º 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 #C794B3 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 179 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.22 |
| HSL | 323.53º | 0.31% | 0.68% | - |
| HSV(B) | 323.53º | 0.26% | 0.78% | - |
| XYZ | 42.28 | 36.58 | 47.48 | - |
| YUV | 166.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 179 | 0 | 0.26 | 0.10 | 0.22 | 323.53 | 0.31 | 0.68 |
| Hex | C7 | 94 | B3 | 0 | 1A | A | 16 | 144 | 1F | 44 |
| Octal | 307 | 224 | 263 | 0 | 32 | 12 | 26 | 504 | 37 | 104 |
| Binary | 11000111 | 10010100 | 10110011 | 0 | 11010 | 1010 | 10110 | 101000100 | 11111 | 1000100 |
Color Harmonies of #C794B3
Complementary color
Monochromatic Colors of #C794B3
Black with #C794B3
Text Example
Text Example
White with #C794B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C794B3; }
p { color: rgb(199,148,179); }
H1.HeaderClassName
{
color: #C794B3;
}
.AnyTagClassName
{
color: #C794B3;
}
</style>
background-color css
<style>
a { background-color: #C794B3; }
a { background-color: rgb(199,148,179); }
div.DivClassName
{
background-color: #C794B3;
}
.BgClassName
{
background-color: #C794B3;
}
</style>
border-color css
<style>
span { border-color: #C794B3; }
span { border-color: rgb(199,148,179); }
td.TdClassName
{
border-color: #C794B3;
}
.TagClassName
{
border-color: #C794B3;
}
</style>