Shades of Viola #C38B95
Tints of Viola #C38B95
RGB
CMYK
RGB Variations
Color information
#C38B95 (or 0xC38B95) is known color: Viola. HEX triplet: C3, 8B and 95. RGB value is (195,139,149). Sum of RGB (Red+Green+Blue) = 195+139+149=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38B95 is #3C746A. Grayscale: #9C9C9C. Windows color (decimal): -3961963 or 9800643. OLE color: 9800643.
HSL color Cylindrical-coordinate representation of color #C38B95: hue angle of 349.29º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38B95 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 149 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.24 |
| HSL | 349.29º | 0.32% | 0.65% | - |
| HSV(B) | 349.29º | 0.29% | 0.76% | - |
| XYZ | 37.16 | 32.24 | 32.7 | - |
| YUV | 156.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 149 | 0 | 0.29 | 0.24 | 0.24 | 349.29 | 0.32 | 0.65 |
| Hex | C3 | 8B | 95 | 0 | 1D | 18 | 18 | 15D | 20 | 41 |
| Octal | 303 | 213 | 225 | 0 | 35 | 30 | 30 | 535 | 40 | 101 |
| Binary | 11000011 | 10001011 | 10010101 | 0 | 11101 | 11000 | 11000 | 101011101 | 100000 | 1000001 |
Color Harmonies of #C38B95
Complementary color
Monochromatic Colors of #C38B95
Black with #C38B95
Text Example
Text Example
White with #C38B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B95; }
p { color: rgb(195,139,149); }
H1.HeaderClassName
{
color: #C38B95;
}
.AnyTagClassName
{
color: #C38B95;
}
</style>
background-color css
<style>
a { background-color: #C38B95; }
a { background-color: rgb(195,139,149); }
div.DivClassName
{
background-color: #C38B95;
}
.BgClassName
{
background-color: #C38B95;
}
</style>
border-color css
<style>
span { border-color: #C38B95; }
span { border-color: rgb(195,139,149); }
td.TdClassName
{
border-color: #C38B95;
}
.TagClassName
{
border-color: #C38B95;
}
</style>