Shades of Viola #C397A6
Tints of Viola #C397A6
RGB
CMYK
RGB Variations
Color information
#C397A6 (or 0xC397A6) is known color: Viola. HEX triplet: C3, 97 and A6. RGB value is (195,151,166). Sum of RGB (Red+Green+Blue) = 195+151+166=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C397A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C397A6 is #3C6859. Grayscale: #A5A5A5. Windows color (decimal): -3958874 or 10917827. OLE color: 10917827.
HSL color Cylindrical-coordinate representation of color #C397A6: hue angle of 339.55º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C397A6 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 166 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.24 |
| HSL | 339.55º | 0.27% | 0.68% | - |
| HSV(B) | 339.55º | 0.23% | 0.76% | - |
| XYZ | 40.46 | 36.49 | 40.99 | - |
| YUV | 165.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 166 | 0 | 0.23 | 0.15 | 0.24 | 339.55 | 0.27 | 0.68 |
| Hex | C3 | 97 | A6 | 0 | 17 | F | 18 | 154 | 1B | 44 |
| Octal | 303 | 227 | 246 | 0 | 27 | 17 | 30 | 524 | 33 | 104 |
| Binary | 11000011 | 10010111 | 10100110 | 0 | 10111 | 1111 | 11000 | 101010100 | 11011 | 1000100 |
Color Harmonies of #C397A6
Complementary color
Monochromatic Colors of #C397A6
Black with #C397A6
Text Example
Text Example
White with #C397A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397A6; }
p { color: rgb(195,151,166); }
H1.HeaderClassName
{
color: #C397A6;
}
.AnyTagClassName
{
color: #C397A6;
}
</style>
background-color css
<style>
a { background-color: #C397A6; }
a { background-color: rgb(195,151,166); }
div.DivClassName
{
background-color: #C397A6;
}
.BgClassName
{
background-color: #C397A6;
}
</style>
border-color css
<style>
span { border-color: #C397A6; }
span { border-color: rgb(195,151,166); }
td.TdClassName
{
border-color: #C397A6;
}
.TagClassName
{
border-color: #C397A6;
}
</style>