Shades of Viola #C09096
Tints of Viola #C09096
RGB
CMYK
RGB Variations
Color information
#C09096 (or 0xC09096) is known color: Viola. HEX triplet: C0, 90 and 96. RGB value is (192,144,150). Sum of RGB (Red+Green+Blue) = 192+144+150=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C09096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09096 is #3F6F69. Grayscale: #9F9F9F. Windows color (decimal): -4157290 or 9867456. OLE color: 9867456.
HSL color Cylindrical-coordinate representation of color #C09096: hue angle of 352.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C09096 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 150 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.25 |
| HSL | 352.5º | 0.28% | 0.66% | - |
| HSV(B) | 352.5º | 0.25% | 0.75% | - |
| XYZ | 37.22 | 33.36 | 33.33 | - |
| YUV | 159.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 150 | 0 | 0.25 | 0.22 | 0.25 | 352.5 | 0.28 | 0.66 |
| Hex | C0 | 90 | 96 | 0 | 19 | 16 | 19 | 160 | 1C | 42 |
| Octal | 300 | 220 | 226 | 0 | 31 | 26 | 31 | 540 | 34 | 102 |
| Binary | 11000000 | 10010000 | 10010110 | 0 | 11001 | 10110 | 11001 | 101100000 | 11100 | 1000010 |
Color Harmonies of #C09096
Complementary color
Monochromatic Colors of #C09096
Black with #C09096
Text Example
Text Example
White with #C09096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09096; }
p { color: rgb(192,144,150); }
H1.HeaderClassName
{
color: #C09096;
}
.AnyTagClassName
{
color: #C09096;
}
</style>
background-color css
<style>
a { background-color: #C09096; }
a { background-color: rgb(192,144,150); }
div.DivClassName
{
background-color: #C09096;
}
.BgClassName
{
background-color: #C09096;
}
</style>
border-color css
<style>
span { border-color: #C09096; }
span { border-color: rgb(192,144,150); }
td.TdClassName
{
border-color: #C09096;
}
.TagClassName
{
border-color: #C09096;
}
</style>