Shades of Viola #C39299
Tints of Viola #C39299
RGB
CMYK
RGB Variations
Color information
#C39299 (or 0xC39299) is known color: Viola. HEX triplet: C3, 92 and 99. RGB value is (195,146,153). Sum of RGB (Red+Green+Blue) = 195+146+153=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C39299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39299 is #3C6D66. Grayscale: #A1A1A1. Windows color (decimal): -3960167 or 10064579. OLE color: 10064579.
HSL color Cylindrical-coordinate representation of color #C39299: hue angle of 351.43º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C39299 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 153 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.24 |
| HSL | 351.43º | 0.29% | 0.67% | - |
| HSV(B) | 351.43º | 0.25% | 0.76% | - |
| XYZ | 38.53 | 34.46 | 34.76 | - |
| YUV | 161.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 153 | 0 | 0.25 | 0.22 | 0.24 | 351.43 | 0.29 | 0.67 |
| Hex | C3 | 92 | 99 | 0 | 19 | 16 | 18 | 15F | 1D | 43 |
| Octal | 303 | 222 | 231 | 0 | 31 | 26 | 30 | 537 | 35 | 103 |
| Binary | 11000011 | 10010010 | 10011001 | 0 | 11001 | 10110 | 11000 | 101011111 | 11101 | 1000011 |
Color Harmonies of #C39299
Complementary color
Monochromatic Colors of #C39299
Black with #C39299
Text Example
Text Example
White with #C39299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39299; }
p { color: rgb(195,146,153); }
H1.HeaderClassName
{
color: #C39299;
}
.AnyTagClassName
{
color: #C39299;
}
</style>
background-color css
<style>
a { background-color: #C39299; }
a { background-color: rgb(195,146,153); }
div.DivClassName
{
background-color: #C39299;
}
.BgClassName
{
background-color: #C39299;
}
</style>
border-color css
<style>
span { border-color: #C39299; }
span { border-color: rgb(195,146,153); }
td.TdClassName
{
border-color: #C39299;
}
.TagClassName
{
border-color: #C39299;
}
</style>