Shades of Viola #C38C9B
Tints of Viola #C38C9B
RGB
CMYK
RGB Variations
Color information
#C38C9B (or 0xC38C9B) is known color: Viola. HEX triplet: C3, 8C and 9B. RGB value is (195,140,155). Sum of RGB (Red+Green+Blue) = 195+140+155=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38C9B is #3C7364. Grayscale: #9E9E9E. Windows color (decimal): -3961701 or 10194115. OLE color: 10194115.
HSL color Cylindrical-coordinate representation of color #C38C9B: hue angle of 343.64º 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 #C38C9B is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 155 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.24 |
| HSL | 343.64º | 0.31% | 0.66% | - |
| HSV(B) | 343.64º | 0.28% | 0.76% | - |
| XYZ | 37.8 | 32.72 | 35.33 | - |
| YUV | 158.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 155 | 0 | 0.28 | 0.21 | 0.24 | 343.64 | 0.31 | 0.66 |
| Hex | C3 | 8C | 9B | 0 | 1C | 15 | 18 | 158 | 1F | 42 |
| Octal | 303 | 214 | 233 | 0 | 34 | 25 | 30 | 530 | 37 | 102 |
| Binary | 11000011 | 10001100 | 10011011 | 0 | 11100 | 10101 | 11000 | 101011000 | 11111 | 1000010 |
Color Harmonies of #C38C9B
Complementary color
Monochromatic Colors of #C38C9B
Black with #C38C9B
Text Example
Text Example
White with #C38C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38C9B; }
p { color: rgb(195,140,155); }
H1.HeaderClassName
{
color: #C38C9B;
}
.AnyTagClassName
{
color: #C38C9B;
}
</style>
background-color css
<style>
a { background-color: #C38C9B; }
a { background-color: rgb(195,140,155); }
div.DivClassName
{
background-color: #C38C9B;
}
.BgClassName
{
background-color: #C38C9B;
}
</style>
border-color css
<style>
span { border-color: #C38C9B; }
span { border-color: rgb(195,140,155); }
td.TdClassName
{
border-color: #C38C9B;
}
.TagClassName
{
border-color: #C38C9B;
}
</style>