Shades of Viola #C795A6
Tints of Viola #C795A6
RGB
CMYK
RGB Variations
Color information
#C795A6 (or 0xC795A6) is known color: Viola. HEX triplet: C7, 95 and A6. RGB value is (199,149,166). Sum of RGB (Red+Green+Blue) = 199+149+166=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C795A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C795A6 is #386A59. Grayscale: #A5A5A5. Windows color (decimal): -3697242 or 10917319. OLE color: 10917319.
HSL color Cylindrical-coordinate representation of color #C795A6: hue angle of 339.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 #C795A6 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 166 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.22 |
| HSL | 339.6º | 0.31% | 0.68% | - |
| HSV(B) | 339.6º | 0.25% | 0.78% | - |
| XYZ | 41.18 | 36.39 | 40.93 | - |
| YUV | 165.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 166 | 0 | 0.25 | 0.17 | 0.22 | 339.6 | 0.31 | 0.68 |
| Hex | C7 | 95 | A6 | 0 | 19 | 11 | 16 | 154 | 1F | 44 |
| Octal | 307 | 225 | 246 | 0 | 31 | 21 | 26 | 524 | 37 | 104 |
| Binary | 11000111 | 10010101 | 10100110 | 0 | 11001 | 10001 | 10110 | 101010100 | 11111 | 1000100 |
Color Harmonies of #C795A6
Complementary color
Monochromatic Colors of #C795A6
Black with #C795A6
Text Example
Text Example
White with #C795A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C795A6; }
p { color: rgb(199,149,166); }
H1.HeaderClassName
{
color: #C795A6;
}
.AnyTagClassName
{
color: #C795A6;
}
</style>
background-color css
<style>
a { background-color: #C795A6; }
a { background-color: rgb(199,149,166); }
div.DivClassName
{
background-color: #C795A6;
}
.BgClassName
{
background-color: #C795A6;
}
</style>
border-color css
<style>
span { border-color: #C795A6; }
span { border-color: rgb(199,149,166); }
td.TdClassName
{
border-color: #C795A6;
}
.TagClassName
{
border-color: #C795A6;
}
</style>