Shades of Lily #C795AB
Tints of Lily #C795AB
RGB
CMYK
RGB Variations
Color information
#C795AB (or 0xC795AB) is known color: Lily. HEX triplet: C7, 95 and AB. RGB value is (199,149,171). Sum of RGB (Red+Green+Blue) = 199+149+171=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 199 - color contains mainly: red. Hex color #C795AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C795AB is #386A54. Grayscale: #A6A6A6. Windows color (decimal): -3697237 or 11244999. OLE color: 11244999.
HSL color Cylindrical-coordinate representation of color #C795AB: hue angle of 333.6º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C795AB is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 171 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.22 |
| HSL | 333.6º | 0.31% | 0.68% | - |
| HSV(B) | 333.6º | 0.25% | 0.78% | - |
| XYZ | 41.65 | 36.58 | 43.39 | - |
| YUV | 166.46 | 130.57 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 171 | 0 | 0.25 | 0.14 | 0.22 | 333.6 | 0.31 | 0.68 |
| Hex | C7 | 95 | AB | 0 | 19 | E | 16 | 14E | 1F | 44 |
| Octal | 307 | 225 | 253 | 0 | 31 | 16 | 26 | 516 | 37 | 104 |
| Binary | 11000111 | 10010101 | 10101011 | 0 | 11001 | 1110 | 10110 | 101001110 | 11111 | 1000100 |
Color Harmonies of #C795AB
Complementary color
Monochromatic Colors of #C795AB
Black with #C795AB
Text Example
Text Example
White with #C795AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C795AB; }
p { color: rgb(199,149,171); }
H1.HeaderClassName
{
color: #C795AB;
}
.AnyTagClassName
{
color: #C795AB;
}
</style>
background-color css
<style>
a { background-color: #C795AB; }
a { background-color: rgb(199,149,171); }
div.DivClassName
{
background-color: #C795AB;
}
.BgClassName
{
background-color: #C795AB;
}
</style>
border-color css
<style>
span { border-color: #C795AB; }
span { border-color: rgb(199,149,171); }
td.TdClassName
{
border-color: #C795AB;
}
.TagClassName
{
border-color: #C795AB;
}
</style>