Shades of Viola #C69096
Tints of Viola #C69096
RGB
CMYK
RGB Variations
Color information
#C69096 (or 0xC69096) is known color: Viola. HEX triplet: C6, 90 and 96. RGB value is (198,144,150). Sum of RGB (Red+Green+Blue) = 198+144+150=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C69096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69096 is #396F69. Grayscale: #A0A0A0. Windows color (decimal): -3764074 or 9867462. OLE color: 9867462.
HSL color Cylindrical-coordinate representation of color #C69096: hue angle of 353.33º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C69096 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 150 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.22 |
| HSL | 353.33º | 0.32% | 0.67% | - |
| HSV(B) | 353.33º | 0.27% | 0.78% | - |
| XYZ | 38.77 | 34.15 | 33.4 | - |
| YUV | 160.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 150 | 0 | 0.27 | 0.24 | 0.22 | 353.33 | 0.32 | 0.67 |
| Hex | C6 | 90 | 96 | 0 | 1B | 18 | 16 | 161 | 20 | 43 |
| Octal | 306 | 220 | 226 | 0 | 33 | 30 | 26 | 541 | 40 | 103 |
| Binary | 11000110 | 10010000 | 10010110 | 0 | 11011 | 11000 | 10110 | 101100001 | 100000 | 1000011 |
Color Harmonies of #C69096
Complementary color
Monochromatic Colors of #C69096
Black with #C69096
Text Example
Text Example
White with #C69096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69096; }
p { color: rgb(198,144,150); }
H1.HeaderClassName
{
color: #C69096;
}
.AnyTagClassName
{
color: #C69096;
}
</style>
background-color css
<style>
a { background-color: #C69096; }
a { background-color: rgb(198,144,150); }
div.DivClassName
{
background-color: #C69096;
}
.BgClassName
{
background-color: #C69096;
}
</style>
border-color css
<style>
span { border-color: #C69096; }
span { border-color: rgb(198,144,150); }
td.TdClassName
{
border-color: #C69096;
}
.TagClassName
{
border-color: #C69096;
}
</style>