Shades of Viola #C494A6
Tints of Viola #C494A6
RGB
CMYK
RGB Variations
Color information
#C494A6 (or 0xC494A6) is known color: Viola. HEX triplet: C4, 94 and A6. RGB value is (196,148,166). Sum of RGB (Red+Green+Blue) = 196+148+166=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C494A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C494A6 is #3B6B59. Grayscale: #A4A4A4. Windows color (decimal): -3894106 or 10917060. OLE color: 10917060.
HSL color Cylindrical-coordinate representation of color #C494A6: hue angle of 337.5º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C494A6 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 166 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.23 |
| HSL | 337.5º | 0.29% | 0.67% | - |
| HSV(B) | 337.5º | 0.24% | 0.77% | - |
| XYZ | 40.24 | 35.67 | 40.84 | - |
| YUV | 164.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 166 | 0 | 0.24 | 0.15 | 0.23 | 337.5 | 0.29 | 0.67 |
| Hex | C4 | 94 | A6 | 0 | 18 | F | 17 | 152 | 1D | 43 |
| Octal | 304 | 224 | 246 | 0 | 30 | 17 | 27 | 522 | 35 | 103 |
| Binary | 11000100 | 10010100 | 10100110 | 0 | 11000 | 1111 | 10111 | 101010010 | 11101 | 1000011 |
Color Harmonies of #C494A6
Complementary color
Monochromatic Colors of #C494A6
Black with #C494A6
Text Example
Text Example
White with #C494A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C494A6; }
p { color: rgb(196,148,166); }
H1.HeaderClassName
{
color: #C494A6;
}
.AnyTagClassName
{
color: #C494A6;
}
</style>
background-color css
<style>
a { background-color: #C494A6; }
a { background-color: rgb(196,148,166); }
div.DivClassName
{
background-color: #C494A6;
}
.BgClassName
{
background-color: #C494A6;
}
</style>
border-color css
<style>
span { border-color: #C494A6; }
span { border-color: rgb(196,148,166); }
td.TdClassName
{
border-color: #C494A6;
}
.TagClassName
{
border-color: #C494A6;
}
</style>