Shades of Lily #C792AB
Tints of Lily #C792AB
RGB
CMYK
RGB Variations
Color information
#C792AB (or 0xC792AB) is known color: Lily. HEX triplet: C7, 92 and AB. RGB value is (199,146,171). Sum of RGB (Red+Green+Blue) = 199+146+171=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C792AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C792AB is #386D54. Grayscale: #A4A4A4. Windows color (decimal): -3698005 or 11244231. OLE color: 11244231.
HSL color Cylindrical-coordinate representation of color #C792AB: hue angle of 331.7º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C792AB is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 171 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.22 |
| HSL | 331.7º | 0.32% | 0.68% | - |
| HSV(B) | 331.7º | 0.27% | 0.78% | - |
| XYZ | 41.18 | 35.64 | 43.24 | - |
| YUV | 164.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 171 | 0 | 0.27 | 0.14 | 0.22 | 331.7 | 0.32 | 0.68 |
| Hex | C7 | 92 | AB | 0 | 1B | E | 16 | 14C | 20 | 44 |
| Octal | 307 | 222 | 253 | 0 | 33 | 16 | 26 | 514 | 40 | 104 |
| Binary | 11000111 | 10010010 | 10101011 | 0 | 11011 | 1110 | 10110 | 101001100 | 100000 | 1000100 |
Color Harmonies of #C792AB
Complementary color
Monochromatic Colors of #C792AB
Black with #C792AB
Text Example
Text Example
White with #C792AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792AB; }
p { color: rgb(199,146,171); }
H1.HeaderClassName
{
color: #C792AB;
}
.AnyTagClassName
{
color: #C792AB;
}
</style>
background-color css
<style>
a { background-color: #C792AB; }
a { background-color: rgb(199,146,171); }
div.DivClassName
{
background-color: #C792AB;
}
.BgClassName
{
background-color: #C792AB;
}
</style>
border-color css
<style>
span { border-color: #C792AB; }
span { border-color: rgb(199,146,171); }
td.TdClassName
{
border-color: #C792AB;
}
.TagClassName
{
border-color: #C792AB;
}
</style>