Shades of Lily #C790AD
Tints of Lily #C790AD
RGB
CMYK
RGB Variations
Color information
#C790AD (or 0xC790AD) is known color: Lily. HEX triplet: C7, 90 and AD. RGB value is (199,144,173). Sum of RGB (Red+Green+Blue) = 199+144+173=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C790AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C790AD is #386F52. Grayscale: #A3A3A3. Windows color (decimal): -3698515 or 11374791. OLE color: 11374791.
HSL color Cylindrical-coordinate representation of color #C790AD: hue angle of 328.36º 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 #C790AD is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 173 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.22 |
| HSL | 328.36º | 0.33% | 0.67% | - |
| HSV(B) | 328.36º | 0.28% | 0.78% | - |
| XYZ | 41.07 | 35.11 | 44.15 | - |
| YUV | 163.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 173 | 0 | 0.28 | 0.13 | 0.22 | 328.36 | 0.33 | 0.67 |
| Hex | C7 | 90 | AD | 0 | 1C | D | 16 | 148 | 21 | 43 |
| Octal | 307 | 220 | 255 | 0 | 34 | 15 | 26 | 510 | 41 | 103 |
| Binary | 11000111 | 10010000 | 10101101 | 0 | 11100 | 1101 | 10110 | 101001000 | 100001 | 1000011 |
Color Harmonies of #C790AD
Complementary color
Monochromatic Colors of #C790AD
Black with #C790AD
Text Example
Text Example
White with #C790AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C790AD; }
p { color: rgb(199,144,173); }
H1.HeaderClassName
{
color: #C790AD;
}
.AnyTagClassName
{
color: #C790AD;
}
</style>
background-color css
<style>
a { background-color: #C790AD; }
a { background-color: rgb(199,144,173); }
div.DivClassName
{
background-color: #C790AD;
}
.BgClassName
{
background-color: #C790AD;
}
</style>
border-color css
<style>
span { border-color: #C790AD; }
span { border-color: rgb(199,144,173); }
td.TdClassName
{
border-color: #C790AD;
}
.TagClassName
{
border-color: #C790AD;
}
</style>