Shades of Viola #C38E96
Tints of Viola #C38E96
RGB
CMYK
RGB Variations
Color information
#C38E96 (or 0xC38E96) is known color: Viola. HEX triplet: C3, 8E and 96. RGB value is (195,142,150). Sum of RGB (Red+Green+Blue) = 195+142+150=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38E96 is #3C7169. Grayscale: #9E9E9E. Windows color (decimal): -3961194 or 9866947. OLE color: 9866947.
HSL color Cylindrical-coordinate representation of color #C38E96: hue angle of 350.94º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C38E96 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 150 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.24 |
| HSL | 350.94º | 0.31% | 0.66% | - |
| HSV(B) | 350.94º | 0.27% | 0.76% | - |
| XYZ | 37.68 | 33.15 | 33.27 | - |
| YUV | 158.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 150 | 0 | 0.27 | 0.23 | 0.24 | 350.94 | 0.31 | 0.66 |
| Hex | C3 | 8E | 96 | 0 | 1B | 17 | 18 | 15F | 1F | 42 |
| Octal | 303 | 216 | 226 | 0 | 33 | 27 | 30 | 537 | 37 | 102 |
| Binary | 11000011 | 10001110 | 10010110 | 0 | 11011 | 10111 | 11000 | 101011111 | 11111 | 1000010 |
Color Harmonies of #C38E96
Complementary color
Monochromatic Colors of #C38E96
Black with #C38E96
Text Example
Text Example
White with #C38E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38E96; }
p { color: rgb(195,142,150); }
H1.HeaderClassName
{
color: #C38E96;
}
.AnyTagClassName
{
color: #C38E96;
}
</style>
background-color css
<style>
a { background-color: #C38E96; }
a { background-color: rgb(195,142,150); }
div.DivClassName
{
background-color: #C38E96;
}
.BgClassName
{
background-color: #C38E96;
}
</style>
border-color css
<style>
span { border-color: #C38E96; }
span { border-color: rgb(195,142,150); }
td.TdClassName
{
border-color: #C38E96;
}
.TagClassName
{
border-color: #C38E96;
}
</style>