Shades of Viola #C6949E
Tints of Viola #C6949E
RGB
CMYK
RGB Variations
Color information
#C6949E (or 0xC6949E) is known color: Viola. HEX triplet: C6, 94 and 9E. RGB value is (198,148,158). Sum of RGB (Red+Green+Blue) = 198+148+158=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C6949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6949E is #396B61. Grayscale: #A4A4A4. Windows color (decimal): -3763042 or 10392774. OLE color: 10392774.
HSL color Cylindrical-coordinate representation of color #C6949E: hue angle of 348º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6949E is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 158 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.22 |
| HSL | 348º | 0.3% | 0.68% | - |
| HSV(B) | 348º | 0.25% | 0.78% | - |
| XYZ | 40.05 | 35.65 | 37.12 | - |
| YUV | 164.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 158 | 0 | 0.25 | 0.20 | 0.22 | 348 | 0.3 | 0.68 |
| Hex | C6 | 94 | 9E | 0 | 19 | 14 | 16 | 15C | 1E | 44 |
| Octal | 306 | 224 | 236 | 0 | 31 | 24 | 26 | 534 | 36 | 104 |
| Binary | 11000110 | 10010100 | 10011110 | 0 | 11001 | 10100 | 10110 | 101011100 | 11110 | 1000100 |
Color Harmonies of #C6949E
Complementary color
Monochromatic Colors of #C6949E
Black with #C6949E
Text Example
Text Example
White with #C6949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6949E; }
p { color: rgb(198,148,158); }
H1.HeaderClassName
{
color: #C6949E;
}
.AnyTagClassName
{
color: #C6949E;
}
</style>
background-color css
<style>
a { background-color: #C6949E; }
a { background-color: rgb(198,148,158); }
div.DivClassName
{
background-color: #C6949E;
}
.BgClassName
{
background-color: #C6949E;
}
</style>
border-color css
<style>
span { border-color: #C6949E; }
span { border-color: rgb(198,148,158); }
td.TdClassName
{
border-color: #C6949E;
}
.TagClassName
{
border-color: #C6949E;
}
</style>