Shades of Viola #C0959C
Tints of Viola #C0959C
RGB
CMYK
RGB Variations
Color information
#C0959C (or 0xC0959C) is known color: Viola. HEX triplet: C0, 95 and 9C. RGB value is (192,149,156). Sum of RGB (Red+Green+Blue) = 192+149+156=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0959C is #3F6A63. Grayscale: #A2A2A2. Windows color (decimal): -4156004 or 10261952. OLE color: 10261952.
HSL color Cylindrical-coordinate representation of color #C0959C: hue angle of 350.23º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0959C is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 156 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.25 |
| HSL | 350.23º | 0.25% | 0.67% | - |
| HSV(B) | 350.23º | 0.22% | 0.75% | - |
| XYZ | 38.49 | 35.1 | 36.2 | - |
| YUV | 162.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 156 | 0 | 0.22 | 0.19 | 0.25 | 350.23 | 0.25 | 0.67 |
| Hex | C0 | 95 | 9C | 0 | 16 | 13 | 19 | 15E | 19 | 43 |
| Octal | 300 | 225 | 234 | 0 | 26 | 23 | 31 | 536 | 31 | 103 |
| Binary | 11000000 | 10010101 | 10011100 | 0 | 10110 | 10011 | 11001 | 101011110 | 11001 | 1000011 |
Color Harmonies of #C0959C
Complementary color
Monochromatic Colors of #C0959C
Black with #C0959C
Text Example
Text Example
White with #C0959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0959C; }
p { color: rgb(192,149,156); }
H1.HeaderClassName
{
color: #C0959C;
}
.AnyTagClassName
{
color: #C0959C;
}
</style>
background-color css
<style>
a { background-color: #C0959C; }
a { background-color: rgb(192,149,156); }
div.DivClassName
{
background-color: #C0959C;
}
.BgClassName
{
background-color: #C0959C;
}
</style>
border-color css
<style>
span { border-color: #C0959C; }
span { border-color: rgb(192,149,156); }
td.TdClassName
{
border-color: #C0959C;
}
.TagClassName
{
border-color: #C0959C;
}
</style>