Shades of Viola #C0889A
Tints of Viola #C0889A
RGB
CMYK
RGB Variations
Color information
#C0889A (or 0xC0889A) is known color: Viola. HEX triplet: C0, 88 and 9A. RGB value is (192,136,154). Sum of RGB (Red+Green+Blue) = 192+136+154=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0889A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0889A is #3F7765. Grayscale: #9A9A9A. Windows color (decimal): -4159334 or 10127552. OLE color: 10127552.
HSL color Cylindrical-coordinate representation of color #C0889A: hue angle of 340.71º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0889A is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 154 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.25 |
| HSL | 340.71º | 0.31% | 0.64% | - |
| HSV(B) | 340.71º | 0.29% | 0.75% | - |
| XYZ | 36.38 | 31.15 | 34.67 | - |
| YUV | 154.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 154 | 0 | 0.29 | 0.20 | 0.25 | 340.71 | 0.31 | 0.64 |
| Hex | C0 | 88 | 9A | 0 | 1D | 14 | 19 | 155 | 1F | 40 |
| Octal | 300 | 210 | 232 | 0 | 35 | 24 | 31 | 525 | 37 | 100 |
| Binary | 11000000 | 10001000 | 10011010 | 0 | 11101 | 10100 | 11001 | 101010101 | 11111 | 1000000 |
Color Harmonies of #C0889A
Complementary color
Monochromatic Colors of #C0889A
Black with #C0889A
Text Example
Text Example
White with #C0889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0889A; }
p { color: rgb(192,136,154); }
H1.HeaderClassName
{
color: #C0889A;
}
.AnyTagClassName
{
color: #C0889A;
}
</style>
background-color css
<style>
a { background-color: #C0889A; }
a { background-color: rgb(192,136,154); }
div.DivClassName
{
background-color: #C0889A;
}
.BgClassName
{
background-color: #C0889A;
}
</style>
border-color css
<style>
span { border-color: #C0889A; }
span { border-color: rgb(192,136,154); }
td.TdClassName
{
border-color: #C0889A;
}
.TagClassName
{
border-color: #C0889A;
}
</style>