Shades of Lily #C790B8
Tints of Lily #C790B8
RGB
CMYK
RGB Variations
Color information
#C790B8 (or 0xC790B8) is known color: Lily. HEX triplet: C7, 90 and B8. RGB value is (199,144,184). Sum of RGB (Red+Green+Blue) = 199+144+184=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 199 - color contains mainly: red. Hex color #C790B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C790B8 is #386F47. Grayscale: #A4A4A4. Windows color (decimal): -3698504 or 12095687. OLE color: 12095687.
HSL color Cylindrical-coordinate representation of color #C790B8: hue angle of 316.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 #C790B8 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 184 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.22 |
| HSL | 316.36º | 0.33% | 0.67% | - |
| HSV(B) | 316.36º | 0.28% | 0.78% | - |
| XYZ | 42.18 | 35.55 | 49.99 | - |
| YUV | 165.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 184 | 0 | 0.28 | 0.08 | 0.22 | 316.36 | 0.33 | 0.67 |
| Hex | C7 | 90 | B8 | 0 | 1C | 8 | 16 | 13C | 21 | 43 |
| Octal | 307 | 220 | 270 | 0 | 34 | 10 | 26 | 474 | 41 | 103 |
| Binary | 11000111 | 10010000 | 10111000 | 0 | 11100 | 1000 | 10110 | 100111100 | 100001 | 1000011 |
Color Harmonies of #C790B8
Complementary color
Monochromatic Colors of #C790B8
Black with #C790B8
Text Example
Text Example
White with #C790B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C790B8; }
p { color: rgb(199,144,184); }
H1.HeaderClassName
{
color: #C790B8;
}
.AnyTagClassName
{
color: #C790B8;
}
</style>
background-color css
<style>
a { background-color: #C790B8; }
a { background-color: rgb(199,144,184); }
div.DivClassName
{
background-color: #C790B8;
}
.BgClassName
{
background-color: #C790B8;
}
</style>
border-color css
<style>
span { border-color: #C790B8; }
span { border-color: rgb(199,144,184); }
td.TdClassName
{
border-color: #C790B8;
}
.TagClassName
{
border-color: #C790B8;
}
</style>