Shades of Viola #C795AA
Tints of Viola #C795AA
RGB
CMYK
RGB Variations
Color information
#C795AA (or 0xC795AA) is known color: Viola. HEX triplet: C7, 95 and AA. RGB value is (199,149,170). Sum of RGB (Red+Green+Blue) = 199+149+170=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C795AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C795AA is #386A55. Grayscale: #A6A6A6. Windows color (decimal): -3697238 or 11179463. OLE color: 11179463.
HSL color Cylindrical-coordinate representation of color #C795AA: hue angle of 334.8º 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 #C795AA is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 170 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.22 |
| HSL | 334.8º | 0.31% | 0.68% | - |
| HSV(B) | 334.8º | 0.25% | 0.78% | - |
| XYZ | 41.56 | 36.54 | 42.89 | - |
| YUV | 166.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 170 | 0 | 0.25 | 0.15 | 0.22 | 334.8 | 0.31 | 0.68 |
| Hex | C7 | 95 | AA | 0 | 19 | F | 16 | 14F | 1F | 44 |
| Octal | 307 | 225 | 252 | 0 | 31 | 17 | 26 | 517 | 37 | 104 |
| Binary | 11000111 | 10010101 | 10101010 | 0 | 11001 | 1111 | 10110 | 101001111 | 11111 | 1000100 |
Color Harmonies of #C795AA
Complementary color
Monochromatic Colors of #C795AA
Black with #C795AA
Text Example
Text Example
White with #C795AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C795AA; }
p { color: rgb(199,149,170); }
H1.HeaderClassName
{
color: #C795AA;
}
.AnyTagClassName
{
color: #C795AA;
}
</style>
background-color css
<style>
a { background-color: #C795AA; }
a { background-color: rgb(199,149,170); }
div.DivClassName
{
background-color: #C795AA;
}
.BgClassName
{
background-color: #C795AA;
}
</style>
border-color css
<style>
span { border-color: #C795AA; }
span { border-color: rgb(199,149,170); }
td.TdClassName
{
border-color: #C795AA;
}
.TagClassName
{
border-color: #C795AA;
}
</style>