Shades of Viola #C38C97
Tints of Viola #C38C97
RGB
CMYK
RGB Variations
Color information
#C38C97 (or 0xC38C97) is known color: Viola. HEX triplet: C3, 8C and 97. RGB value is (195,140,151). Sum of RGB (Red+Green+Blue) = 195+140+151=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38C97 is #3C7368. Grayscale: #9D9D9D. Windows color (decimal): -3961705 or 9931971. OLE color: 9931971.
HSL color Cylindrical-coordinate representation of color #C38C97: hue angle of 348º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38C97 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 151 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.24 |
| HSL | 348º | 0.31% | 0.66% | - |
| HSV(B) | 348º | 0.28% | 0.76% | - |
| XYZ | 37.47 | 32.59 | 33.59 | - |
| YUV | 157.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 151 | 0 | 0.28 | 0.23 | 0.24 | 348 | 0.31 | 0.66 |
| Hex | C3 | 8C | 97 | 0 | 1C | 17 | 18 | 15C | 1F | 42 |
| Octal | 303 | 214 | 227 | 0 | 34 | 27 | 30 | 534 | 37 | 102 |
| Binary | 11000011 | 10001100 | 10010111 | 0 | 11100 | 10111 | 11000 | 101011100 | 11111 | 1000010 |
Color Harmonies of #C38C97
Complementary color
Monochromatic Colors of #C38C97
Black with #C38C97
Text Example
Text Example
White with #C38C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38C97; }
p { color: rgb(195,140,151); }
H1.HeaderClassName
{
color: #C38C97;
}
.AnyTagClassName
{
color: #C38C97;
}
</style>
background-color css
<style>
a { background-color: #C38C97; }
a { background-color: rgb(195,140,151); }
div.DivClassName
{
background-color: #C38C97;
}
.BgClassName
{
background-color: #C38C97;
}
</style>
border-color css
<style>
span { border-color: #C38C97; }
span { border-color: rgb(195,140,151); }
td.TdClassName
{
border-color: #C38C97;
}
.TagClassName
{
border-color: #C38C97;
}
</style>