Shades of Lily #C794BC
Tints of Lily #C794BC
RGB
CMYK
RGB Variations
Color information
#C794BC (or 0xC794BC) is known color: Lily. HEX triplet: C7, 94 and BC. RGB value is (199,148,188). Sum of RGB (Red+Green+Blue) = 199+148+188=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 199 - color contains mainly: red. Hex color #C794BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C794BC is #386B43. Grayscale: #A7A7A7. Windows color (decimal): -3697476 or 12358855. OLE color: 12358855.
HSL color Cylindrical-coordinate representation of color #C794BC: hue angle of 312.94º 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 #C794BC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 188 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.22 |
| HSL | 312.94º | 0.31% | 0.68% | - |
| HSV(B) | 312.94º | 0.26% | 0.78% | - |
| XYZ | 43.22 | 36.95 | 52.43 | - |
| YUV | 167.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 188 | 0 | 0.26 | 0.06 | 0.22 | 312.94 | 0.31 | 0.68 |
| Hex | C7 | 94 | BC | 0 | 1A | 6 | 16 | 139 | 1F | 44 |
| Octal | 307 | 224 | 274 | 0 | 32 | 6 | 26 | 471 | 37 | 104 |
| Binary | 11000111 | 10010100 | 10111100 | 0 | 11010 | 110 | 10110 | 100111001 | 11111 | 1000100 |
Color Harmonies of #C794BC
Complementary color
Monochromatic Colors of #C794BC
Black with #C794BC
Text Example
Text Example
White with #C794BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C794BC; }
p { color: rgb(199,148,188); }
H1.HeaderClassName
{
color: #C794BC;
}
.AnyTagClassName
{
color: #C794BC;
}
</style>
background-color css
<style>
a { background-color: #C794BC; }
a { background-color: rgb(199,148,188); }
div.DivClassName
{
background-color: #C794BC;
}
.BgClassName
{
background-color: #C794BC;
}
</style>
border-color css
<style>
span { border-color: #C794BC; }
span { border-color: rgb(199,148,188); }
td.TdClassName
{
border-color: #C794BC;
}
.TagClassName
{
border-color: #C794BC;
}
</style>