Shades of Viola #C186A0
Tints of Viola #C186A0
RGB
CMYK
RGB Variations
Color information
#C186A0 (or 0xC186A0) is known color: Viola. HEX triplet: C1, 86 and A0. RGB value is (193,134,160). Sum of RGB (Red+Green+Blue) = 193+134+160=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C186A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C186A0 is #3E795F. Grayscale: #9A9A9A. Windows color (decimal): -4094304 or 10520257. OLE color: 10520257.
HSL color Cylindrical-coordinate representation of color #C186A0: hue angle of 333.56º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C186A0 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 160 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.24 |
| HSL | 333.56º | 0.32% | 0.64% | - |
| HSV(B) | 333.56º | 0.31% | 0.76% | - |
| XYZ | 36.86 | 30.93 | 37.28 | - |
| YUV | 154.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 160 | 0 | 0.31 | 0.17 | 0.24 | 333.56 | 0.32 | 0.64 |
| Hex | C1 | 86 | A0 | 0 | 1F | 11 | 18 | 14E | 20 | 40 |
| Octal | 301 | 206 | 240 | 0 | 37 | 21 | 30 | 516 | 40 | 100 |
| Binary | 11000001 | 10000110 | 10100000 | 0 | 11111 | 10001 | 11000 | 101001110 | 100000 | 1000000 |
Color Harmonies of #C186A0
Complementary color
Monochromatic Colors of #C186A0
Black with #C186A0
Text Example
Text Example
White with #C186A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C186A0; }
p { color: rgb(193,134,160); }
H1.HeaderClassName
{
color: #C186A0;
}
.AnyTagClassName
{
color: #C186A0;
}
</style>
background-color css
<style>
a { background-color: #C186A0; }
a { background-color: rgb(193,134,160); }
div.DivClassName
{
background-color: #C186A0;
}
.BgClassName
{
background-color: #C186A0;
}
</style>
border-color css
<style>
span { border-color: #C186A0; }
span { border-color: rgb(193,134,160); }
td.TdClassName
{
border-color: #C186A0;
}
.TagClassName
{
border-color: #C186A0;
}
</style>