Shades of Lily #C795AC
Tints of Lily #C795AC
RGB
CMYK
RGB Variations
Color information
#C795AC (or 0xC795AC) is known color: Lily. HEX triplet: C7, 95 and AC. RGB value is (199,149,172). Sum of RGB (Red+Green+Blue) = 199+149+172=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C795AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C795AC is #386A53. Grayscale: #A6A6A6. Windows color (decimal): -3697236 or 11310535. OLE color: 11310535.
HSL color Cylindrical-coordinate representation of color #C795AC: hue angle of 332.4º 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 #C795AC is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 172 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.22 |
| HSL | 332.4º | 0.31% | 0.68% | - |
| HSV(B) | 332.4º | 0.25% | 0.78% | - |
| XYZ | 41.75 | 36.62 | 43.9 | - |
| YUV | 166.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 172 | 0 | 0.25 | 0.14 | 0.22 | 332.4 | 0.31 | 0.68 |
| Hex | C7 | 95 | AC | 0 | 19 | E | 16 | 14C | 1F | 44 |
| Octal | 307 | 225 | 254 | 0 | 31 | 16 | 26 | 514 | 37 | 104 |
| Binary | 11000111 | 10010101 | 10101100 | 0 | 11001 | 1110 | 10110 | 101001100 | 11111 | 1000100 |
Color Harmonies of #C795AC
Complementary color
Monochromatic Colors of #C795AC
Black with #C795AC
Text Example
Text Example
White with #C795AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C795AC; }
p { color: rgb(199,149,172); }
H1.HeaderClassName
{
color: #C795AC;
}
.AnyTagClassName
{
color: #C795AC;
}
</style>
background-color css
<style>
a { background-color: #C795AC; }
a { background-color: rgb(199,149,172); }
div.DivClassName
{
background-color: #C795AC;
}
.BgClassName
{
background-color: #C795AC;
}
</style>
border-color css
<style>
span { border-color: #C795AC; }
span { border-color: rgb(199,149,172); }
td.TdClassName
{
border-color: #C795AC;
}
.TagClassName
{
border-color: #C795AC;
}
</style>