Shades of Viola #C0899C
Tints of Viola #C0899C
RGB
CMYK
RGB Variations
Color information
#C0899C (or 0xC0899C) is known color: Viola. HEX triplet: C0, 89 and 9C. RGB value is (192,137,156). Sum of RGB (Red+Green+Blue) = 192+137+156=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C0899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0899C is #3F7663. Grayscale: #9B9B9B. Windows color (decimal): -4159076 or 10258880. OLE color: 10258880.
HSL color Cylindrical-coordinate representation of color #C0899C: hue angle of 339.27º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0899C is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 156 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.25 |
| HSL | 339.27º | 0.3% | 0.65% | - |
| HSV(B) | 339.27º | 0.29% | 0.75% | - |
| XYZ | 36.68 | 31.5 | 35.6 | - |
| YUV | 155.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 156 | 0 | 0.29 | 0.19 | 0.25 | 339.27 | 0.3 | 0.65 |
| Hex | C0 | 89 | 9C | 0 | 1D | 13 | 19 | 153 | 1E | 41 |
| Octal | 300 | 211 | 234 | 0 | 35 | 23 | 31 | 523 | 36 | 101 |
| Binary | 11000000 | 10001001 | 10011100 | 0 | 11101 | 10011 | 11001 | 101010011 | 11110 | 1000001 |
Color Harmonies of #C0899C
Complementary color
Monochromatic Colors of #C0899C
Black with #C0899C
Text Example
Text Example
White with #C0899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0899C; }
p { color: rgb(192,137,156); }
H1.HeaderClassName
{
color: #C0899C;
}
.AnyTagClassName
{
color: #C0899C;
}
</style>
background-color css
<style>
a { background-color: #C0899C; }
a { background-color: rgb(192,137,156); }
div.DivClassName
{
background-color: #C0899C;
}
.BgClassName
{
background-color: #C0899C;
}
</style>
border-color css
<style>
span { border-color: #C0899C; }
span { border-color: rgb(192,137,156); }
td.TdClassName
{
border-color: #C0899C;
}
.TagClassName
{
border-color: #C0899C;
}
</style>