Shades of Viola #C09196
Tints of Viola #C09196
RGB
CMYK
RGB Variations
Color information
#C09196 (or 0xC09196) is known color: Viola. HEX triplet: C0, 91 and 96. RGB value is (192,145,150). Sum of RGB (Red+Green+Blue) = 192+145+150=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C09196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09196 is #3F6E69. Grayscale: #9F9F9F. Windows color (decimal): -4157034 or 9867712. OLE color: 9867712.
HSL color Cylindrical-coordinate representation of color #C09196: hue angle of 353.62º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C09196 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 150 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.25 |
| HSL | 353.62º | 0.27% | 0.66% | - |
| HSV(B) | 353.62º | 0.24% | 0.75% | - |
| XYZ | 37.37 | 33.66 | 33.38 | - |
| YUV | 159.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 150 | 0 | 0.24 | 0.22 | 0.25 | 353.62 | 0.27 | 0.66 |
| Hex | C0 | 91 | 96 | 0 | 18 | 16 | 19 | 162 | 1B | 42 |
| Octal | 300 | 221 | 226 | 0 | 30 | 26 | 31 | 542 | 33 | 102 |
| Binary | 11000000 | 10010001 | 10010110 | 0 | 11000 | 10110 | 11001 | 101100010 | 11011 | 1000010 |
Color Harmonies of #C09196
Complementary color
Monochromatic Colors of #C09196
Black with #C09196
Text Example
Text Example
White with #C09196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09196; }
p { color: rgb(192,145,150); }
H1.HeaderClassName
{
color: #C09196;
}
.AnyTagClassName
{
color: #C09196;
}
</style>
background-color css
<style>
a { background-color: #C09196; }
a { background-color: rgb(192,145,150); }
div.DivClassName
{
background-color: #C09196;
}
.BgClassName
{
background-color: #C09196;
}
</style>
border-color css
<style>
span { border-color: #C09196; }
span { border-color: rgb(192,145,150); }
td.TdClassName
{
border-color: #C09196;
}
.TagClassName
{
border-color: #C09196;
}
</style>