Shades of Viola #C08BA6
Tints of Viola #C08BA6
RGB
CMYK
RGB Variations
Color information
#C08BA6 (or 0xC08BA6) is known color: Viola. HEX triplet: C0, 8B and A6. RGB value is (192,139,166). Sum of RGB (Red+Green+Blue) = 192+139+166=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08BA6 is #3F7459. Grayscale: #9D9D9D. Windows color (decimal): -4158554 or 10914752. OLE color: 10914752.
HSL color Cylindrical-coordinate representation of color #C08BA6: hue angle of 329.43º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08BA6 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 139 | 166 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.25 |
| HSL | 329.43º | 0.3% | 0.65% | - |
| HSV(B) | 329.43º | 0.28% | 0.75% | - |
| XYZ | 37.85 | 32.42 | 40.34 | - |
| YUV | 157.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 166 | 0 | 0.28 | 0.14 | 0.25 | 329.43 | 0.3 | 0.65 |
| Hex | C0 | 8B | A6 | 0 | 1C | E | 19 | 149 | 1E | 41 |
| Octal | 300 | 213 | 246 | 0 | 34 | 16 | 31 | 511 | 36 | 101 |
| Binary | 11000000 | 10001011 | 10100110 | 0 | 11100 | 1110 | 11001 | 101001001 | 11110 | 1000001 |
Color Harmonies of #C08BA6
Complementary color
Monochromatic Colors of #C08BA6
Black with #C08BA6
Text Example
Text Example
White with #C08BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BA6; }
p { color: rgb(192,139,166); }
H1.HeaderClassName
{
color: #C08BA6;
}
.AnyTagClassName
{
color: #C08BA6;
}
</style>
background-color css
<style>
a { background-color: #C08BA6; }
a { background-color: rgb(192,139,166); }
div.DivClassName
{
background-color: #C08BA6;
}
.BgClassName
{
background-color: #C08BA6;
}
</style>
border-color css
<style>
span { border-color: #C08BA6; }
span { border-color: rgb(192,139,166); }
td.TdClassName
{
border-color: #C08BA6;
}
.TagClassName
{
border-color: #C08BA6;
}
</style>