Shades of Viola #C1899B
Tints of Viola #C1899B
RGB
CMYK
RGB Variations
Color information
#C1899B (or 0xC1899B) is known color: Viola. HEX triplet: C1, 89 and 9B. RGB value is (193,137,155). Sum of RGB (Red+Green+Blue) = 193+137+155=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C1899B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1899B is #3E7664. Grayscale: #9B9B9B. Windows color (decimal): -4093541 or 10193345. OLE color: 10193345.
HSL color Cylindrical-coordinate representation of color #C1899B: hue angle of 340.71º degrees, saturation: 0.31, 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 #C1899B is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 155 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.24 |
| HSL | 340.71º | 0.31% | 0.65% | - |
| HSV(B) | 340.71º | 0.29% | 0.76% | - |
| XYZ | 36.85 | 31.6 | 35.17 | - |
| YUV | 155.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 155 | 0 | 0.29 | 0.20 | 0.24 | 340.71 | 0.31 | 0.65 |
| Hex | C1 | 89 | 9B | 0 | 1D | 14 | 18 | 155 | 1F | 41 |
| Octal | 301 | 211 | 233 | 0 | 35 | 24 | 30 | 525 | 37 | 101 |
| Binary | 11000001 | 10001001 | 10011011 | 0 | 11101 | 10100 | 11000 | 101010101 | 11111 | 1000001 |
Color Harmonies of #C1899B
Complementary color
Monochromatic Colors of #C1899B
Black with #C1899B
Text Example
Text Example
White with #C1899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1899B; }
p { color: rgb(193,137,155); }
H1.HeaderClassName
{
color: #C1899B;
}
.AnyTagClassName
{
color: #C1899B;
}
</style>
background-color css
<style>
a { background-color: #C1899B; }
a { background-color: rgb(193,137,155); }
div.DivClassName
{
background-color: #C1899B;
}
.BgClassName
{
background-color: #C1899B;
}
</style>
border-color css
<style>
span { border-color: #C1899B; }
span { border-color: rgb(193,137,155); }
td.TdClassName
{
border-color: #C1899B;
}
.TagClassName
{
border-color: #C1899B;
}
</style>