Shades of Viola #C786A0
Tints of Viola #C786A0
RGB
CMYK
RGB Variations
Color information
#C786A0 (or 0xC786A0) is known color: Viola. HEX triplet: C7, 86 and A0. RGB value is (199,134,160). Sum of RGB (Red+Green+Blue) = 199+134+160=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C786A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C786A0 is #38795F. Grayscale: #9C9C9C. Windows color (decimal): -3701088 or 10520263. OLE color: 10520263.
HSL color Cylindrical-coordinate representation of color #C786A0: hue angle of 336º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C786A0 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 160 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.22 |
| HSL | 336º | 0.37% | 0.65% | - |
| HSV(B) | 336º | 0.33% | 0.78% | - |
| XYZ | 38.42 | 31.73 | 37.36 | - |
| YUV | 156.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 160 | 0 | 0.33 | 0.20 | 0.22 | 336 | 0.37 | 0.65 |
| Hex | C7 | 86 | A0 | 0 | 21 | 14 | 16 | 150 | 25 | 41 |
| Octal | 307 | 206 | 240 | 0 | 41 | 24 | 26 | 520 | 45 | 101 |
| Binary | 11000111 | 10000110 | 10100000 | 0 | 100001 | 10100 | 10110 | 101010000 | 100101 | 1000001 |
Color Harmonies of #C786A0
Complementary color
Monochromatic Colors of #C786A0
Black with #C786A0
Text Example
Text Example
White with #C786A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C786A0; }
p { color: rgb(199,134,160); }
H1.HeaderClassName
{
color: #C786A0;
}
.AnyTagClassName
{
color: #C786A0;
}
</style>
background-color css
<style>
a { background-color: #C786A0; }
a { background-color: rgb(199,134,160); }
div.DivClassName
{
background-color: #C786A0;
}
.BgClassName
{
background-color: #C786A0;
}
</style>
border-color css
<style>
span { border-color: #C786A0; }
span { border-color: rgb(199,134,160); }
td.TdClassName
{
border-color: #C786A0;
}
.TagClassName
{
border-color: #C786A0;
}
</style>