Shades of Lily #C790BC
Tints of Lily #C790BC
RGB
CMYK
RGB Variations
Color information
#C790BC (or 0xC790BC) is known color: Lily. HEX triplet: C7, 90 and BC. RGB value is (199,144,188). Sum of RGB (Red+Green+Blue) = 199+144+188=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 199 - color contains mainly: red. Hex color #C790BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C790BC is #386F43. Grayscale: #A5A5A5. Windows color (decimal): -3698500 or 12357831. OLE color: 12357831.
HSL color Cylindrical-coordinate representation of color #C790BC: hue angle of 312º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C790BC is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 188 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.22 |
| HSL | 312º | 0.33% | 0.67% | - |
| HSV(B) | 312º | 0.28% | 0.78% | - |
| XYZ | 42.6 | 35.72 | 52.23 | - |
| YUV | 165.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 188 | 0 | 0.28 | 0.06 | 0.22 | 312 | 0.33 | 0.67 |
| Hex | C7 | 90 | BC | 0 | 1C | 6 | 16 | 138 | 21 | 43 |
| Octal | 307 | 220 | 274 | 0 | 34 | 6 | 26 | 470 | 41 | 103 |
| Binary | 11000111 | 10010000 | 10111100 | 0 | 11100 | 110 | 10110 | 100111000 | 100001 | 1000011 |
Color Harmonies of #C790BC
Complementary color
Monochromatic Colors of #C790BC
Black with #C790BC
Text Example
Text Example
White with #C790BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C790BC; }
p { color: rgb(199,144,188); }
H1.HeaderClassName
{
color: #C790BC;
}
.AnyTagClassName
{
color: #C790BC;
}
</style>
background-color css
<style>
a { background-color: #C790BC; }
a { background-color: rgb(199,144,188); }
div.DivClassName
{
background-color: #C790BC;
}
.BgClassName
{
background-color: #C790BC;
}
</style>
border-color css
<style>
span { border-color: #C790BC; }
span { border-color: rgb(199,144,188); }
td.TdClassName
{
border-color: #C790BC;
}
.TagClassName
{
border-color: #C790BC;
}
</style>