Shades of Viola #C0939B
Tints of Viola #C0939B
RGB
CMYK
RGB Variations
Color information
#C0939B (or 0xC0939B) is known color: Viola. HEX triplet: C0, 93 and 9B. RGB value is (192,147,155). Sum of RGB (Red+Green+Blue) = 192+147+155=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C0939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0939B is #3F6C64. Grayscale: #A1A1A1. Windows color (decimal): -4156517 or 10195904. OLE color: 10195904.
HSL color Cylindrical-coordinate representation of color #C0939B: hue angle of 349.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0939B is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 155 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.25 |
| HSL | 349.33º | 0.26% | 0.66% | - |
| HSV(B) | 349.33º | 0.23% | 0.75% | - |
| XYZ | 38.09 | 34.44 | 35.65 | - |
| YUV | 161.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 155 | 0 | 0.23 | 0.19 | 0.25 | 349.33 | 0.26 | 0.66 |
| Hex | C0 | 93 | 9B | 0 | 17 | 13 | 19 | 15D | 1A | 42 |
| Octal | 300 | 223 | 233 | 0 | 27 | 23 | 31 | 535 | 32 | 102 |
| Binary | 11000000 | 10010011 | 10011011 | 0 | 10111 | 10011 | 11001 | 101011101 | 11010 | 1000010 |
Color Harmonies of #C0939B
Complementary color
Monochromatic Colors of #C0939B
Black with #C0939B
Text Example
Text Example
White with #C0939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0939B; }
p { color: rgb(192,147,155); }
H1.HeaderClassName
{
color: #C0939B;
}
.AnyTagClassName
{
color: #C0939B;
}
</style>
background-color css
<style>
a { background-color: #C0939B; }
a { background-color: rgb(192,147,155); }
div.DivClassName
{
background-color: #C0939B;
}
.BgClassName
{
background-color: #C0939B;
}
</style>
border-color css
<style>
span { border-color: #C0939B; }
span { border-color: rgb(192,147,155); }
td.TdClassName
{
border-color: #C0939B;
}
.TagClassName
{
border-color: #C0939B;
}
</style>