Shades of Viola #C386A0
Tints of Viola #C386A0
RGB
CMYK
RGB Variations
Color information
#C386A0 (or 0xC386A0) is known color: Viola. HEX triplet: C3, 86 and A0. RGB value is (195,134,160). Sum of RGB (Red+Green+Blue) = 195+134+160=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C386A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C386A0 is #3C795F. Grayscale: #9B9B9B. Windows color (decimal): -3963232 or 10520259. OLE color: 10520259.
HSL color Cylindrical-coordinate representation of color #C386A0: hue angle of 334.43º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C386A0 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 160 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.24 |
| HSL | 334.43º | 0.34% | 0.65% | - |
| HSV(B) | 334.43º | 0.31% | 0.76% | - |
| XYZ | 37.38 | 31.19 | 37.31 | - |
| YUV | 155.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 160 | 0 | 0.31 | 0.18 | 0.24 | 334.43 | 0.34 | 0.65 |
| Hex | C3 | 86 | A0 | 0 | 1F | 12 | 18 | 14E | 22 | 41 |
| Octal | 303 | 206 | 240 | 0 | 37 | 22 | 30 | 516 | 42 | 101 |
| Binary | 11000011 | 10000110 | 10100000 | 0 | 11111 | 10010 | 11000 | 101001110 | 100010 | 1000001 |
Color Harmonies of #C386A0
Complementary color
Monochromatic Colors of #C386A0
Black with #C386A0
Text Example
Text Example
White with #C386A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386A0; }
p { color: rgb(195,134,160); }
H1.HeaderClassName
{
color: #C386A0;
}
.AnyTagClassName
{
color: #C386A0;
}
</style>
background-color css
<style>
a { background-color: #C386A0; }
a { background-color: rgb(195,134,160); }
div.DivClassName
{
background-color: #C386A0;
}
.BgClassName
{
background-color: #C386A0;
}
</style>
border-color css
<style>
span { border-color: #C386A0; }
span { border-color: rgb(195,134,160); }
td.TdClassName
{
border-color: #C386A0;
}
.TagClassName
{
border-color: #C386A0;
}
</style>