Shades of Viola #C394A6
Tints of Viola #C394A6
RGB
CMYK
RGB Variations
Color information
#C394A6 (or 0xC394A6) is known color: Viola. HEX triplet: C3, 94 and A6. RGB value is (195,148,166). Sum of RGB (Red+Green+Blue) = 195+148+166=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C394A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C394A6 is #3C6B59. Grayscale: #A4A4A4. Windows color (decimal): -3959642 or 10917059. OLE color: 10917059.
HSL color Cylindrical-coordinate representation of color #C394A6: hue angle of 337.02º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C394A6 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 166 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.24 |
| HSL | 337.02º | 0.28% | 0.67% | - |
| HSV(B) | 337.02º | 0.24% | 0.76% | - |
| XYZ | 39.98 | 35.54 | 40.83 | - |
| YUV | 164.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 166 | 0 | 0.24 | 0.15 | 0.24 | 337.02 | 0.28 | 0.67 |
| Hex | C3 | 94 | A6 | 0 | 18 | F | 18 | 151 | 1C | 43 |
| Octal | 303 | 224 | 246 | 0 | 30 | 17 | 30 | 521 | 34 | 103 |
| Binary | 11000011 | 10010100 | 10100110 | 0 | 11000 | 1111 | 11000 | 101010001 | 11100 | 1000011 |
Color Harmonies of #C394A6
Complementary color
Monochromatic Colors of #C394A6
Black with #C394A6
Text Example
Text Example
White with #C394A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C394A6; }
p { color: rgb(195,148,166); }
H1.HeaderClassName
{
color: #C394A6;
}
.AnyTagClassName
{
color: #C394A6;
}
</style>
background-color css
<style>
a { background-color: #C394A6; }
a { background-color: rgb(195,148,166); }
div.DivClassName
{
background-color: #C394A6;
}
.BgClassName
{
background-color: #C394A6;
}
</style>
border-color css
<style>
span { border-color: #C394A6; }
span { border-color: rgb(195,148,166); }
td.TdClassName
{
border-color: #C394A6;
}
.TagClassName
{
border-color: #C394A6;
}
</style>