Shades of Lily #C795B5
Tints of Lily #C795B5
RGB
CMYK
RGB Variations
Color information
#C795B5 (or 0xC795B5) is known color: Lily. HEX triplet: C7, 95 and B5. RGB value is (199,149,181). Sum of RGB (Red+Green+Blue) = 199+149+181=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 199 - color contains mainly: red. Hex color #C795B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795B5 is #386A4A. Grayscale: #A7A7A7. Windows color (decimal): -3697227 or 11900359. OLE color: 11900359.
HSL color Cylindrical-coordinate representation of color #C795B5: hue angle of 321.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 #C795B5 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 181 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.22 |
| HSL | 321.6º | 0.31% | 0.68% | - |
| HSV(B) | 321.6º | 0.25% | 0.78% | - |
| XYZ | 42.64 | 36.97 | 48.61 | - |
| YUV | 167.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 181 | 0 | 0.25 | 0.09 | 0.22 | 321.6 | 0.31 | 0.68 |
| Hex | C7 | 95 | B5 | 0 | 19 | 9 | 16 | 142 | 1F | 44 |
| Octal | 307 | 225 | 265 | 0 | 31 | 11 | 26 | 502 | 37 | 104 |
| Binary | 11000111 | 10010101 | 10110101 | 0 | 11001 | 1001 | 10110 | 101000010 | 11111 | 1000100 |
Color Harmonies of #C795B5
Complementary color
Monochromatic Colors of #C795B5
Black with #C795B5
Text Example
Text Example
White with #C795B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C795B5; }
p { color: rgb(199,149,181); }
H1.HeaderClassName
{
color: #C795B5;
}
.AnyTagClassName
{
color: #C795B5;
}
</style>
background-color css
<style>
a { background-color: #C795B5; }
a { background-color: rgb(199,149,181); }
div.DivClassName
{
background-color: #C795B5;
}
.BgClassName
{
background-color: #C795B5;
}
</style>
border-color css
<style>
span { border-color: #C795B5; }
span { border-color: rgb(199,149,181); }
td.TdClassName
{
border-color: #C795B5;
}
.TagClassName
{
border-color: #C795B5;
}
</style>