Shades of Viola #C086A1
Tints of Viola #C086A1
RGB
CMYK
RGB Variations
Color information
#C086A1 (or 0xC086A1) is known color: Viola. HEX triplet: C0, 86 and A1. RGB value is (192,134,161). Sum of RGB (Red+Green+Blue) = 192+134+161=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C086A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C086A1 is #3F795E. Grayscale: #9A9A9A. Windows color (decimal): -4159839 or 10585792. OLE color: 10585792.
HSL color Cylindrical-coordinate representation of color #C086A1: hue angle of 332.07º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C086A1 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 161 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.25 |
| HSL | 332.07º | 0.32% | 0.64% | - |
| HSV(B) | 332.07º | 0.3% | 0.75% | - |
| XYZ | 36.7 | 30.83 | 37.73 | - |
| YUV | 154.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 161 | 0 | 0.30 | 0.16 | 0.25 | 332.07 | 0.32 | 0.64 |
| Hex | C0 | 86 | A1 | 0 | 1E | 10 | 19 | 14C | 20 | 40 |
| Octal | 300 | 206 | 241 | 0 | 36 | 20 | 31 | 514 | 40 | 100 |
| Binary | 11000000 | 10000110 | 10100001 | 0 | 11110 | 10000 | 11001 | 101001100 | 100000 | 1000000 |
Color Harmonies of #C086A1
Complementary color
Monochromatic Colors of #C086A1
Black with #C086A1
Text Example
Text Example
White with #C086A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C086A1; }
p { color: rgb(192,134,161); }
H1.HeaderClassName
{
color: #C086A1;
}
.AnyTagClassName
{
color: #C086A1;
}
</style>
background-color css
<style>
a { background-color: #C086A1; }
a { background-color: rgb(192,134,161); }
div.DivClassName
{
background-color: #C086A1;
}
.BgClassName
{
background-color: #C086A1;
}
</style>
border-color css
<style>
span { border-color: #C086A1; }
span { border-color: rgb(192,134,161); }
td.TdClassName
{
border-color: #C086A1;
}
.TagClassName
{
border-color: #C086A1;
}
</style>