Shades of Viola #C0889D
Tints of Viola #C0889D
RGB
CMYK
RGB Variations
Color information
#C0889D (or 0xC0889D) is known color: Viola. HEX triplet: C0, 88 and 9D. RGB value is (192,136,157). Sum of RGB (Red+Green+Blue) = 192+136+157=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C0889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0889D is #3F7762. Grayscale: #9B9B9B. Windows color (decimal): -4159331 or 10324160. OLE color: 10324160.
HSL color Cylindrical-coordinate representation of color #C0889D: hue angle of 337.5º 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 #C0889D is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 157 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.25 |
| HSL | 337.5º | 0.31% | 0.64% | - |
| HSV(B) | 337.5º | 0.29% | 0.75% | - |
| XYZ | 36.63 | 31.25 | 36 | - |
| YUV | 155.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 157 | 0 | 0.29 | 0.18 | 0.25 | 337.5 | 0.31 | 0.64 |
| Hex | C0 | 88 | 9D | 0 | 1D | 12 | 19 | 152 | 1F | 40 |
| Octal | 300 | 210 | 235 | 0 | 35 | 22 | 31 | 522 | 37 | 100 |
| Binary | 11000000 | 10001000 | 10011101 | 0 | 11101 | 10010 | 11001 | 101010010 | 11111 | 1000000 |
Color Harmonies of #C0889D
Complementary color
Monochromatic Colors of #C0889D
Black with #C0889D
Text Example
Text Example
White with #C0889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0889D; }
p { color: rgb(192,136,157); }
H1.HeaderClassName
{
color: #C0889D;
}
.AnyTagClassName
{
color: #C0889D;
}
</style>
background-color css
<style>
a { background-color: #C0889D; }
a { background-color: rgb(192,136,157); }
div.DivClassName
{
background-color: #C0889D;
}
.BgClassName
{
background-color: #C0889D;
}
</style>
border-color css
<style>
span { border-color: #C0889D; }
span { border-color: rgb(192,136,157); }
td.TdClassName
{
border-color: #C0889D;
}
.TagClassName
{
border-color: #C0889D;
}
</style>