Shades of Viola #C1899A
Tints of Viola #C1899A
RGB
CMYK
RGB Variations
Color information
#C1899A (or 0xC1899A) is known color: Viola. HEX triplet: C1, 89 and 9A. RGB value is (193,137,154). Sum of RGB (Red+Green+Blue) = 193+137+154=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C1899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1899A is #3E7665. Grayscale: #9B9B9B. Windows color (decimal): -4093542 or 10127809. OLE color: 10127809.
HSL color Cylindrical-coordinate representation of color #C1899A: hue angle of 341.79º 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 #C1899A is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 154 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.24 |
| HSL | 341.79º | 0.31% | 0.65% | - |
| HSV(B) | 341.79º | 0.29% | 0.76% | - |
| XYZ | 36.77 | 31.56 | 34.73 | - |
| YUV | 155.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 154 | 0 | 0.29 | 0.20 | 0.24 | 341.79 | 0.31 | 0.65 |
| Hex | C1 | 89 | 9A | 0 | 1D | 14 | 18 | 156 | 1F | 41 |
| Octal | 301 | 211 | 232 | 0 | 35 | 24 | 30 | 526 | 37 | 101 |
| Binary | 11000001 | 10001001 | 10011010 | 0 | 11101 | 10100 | 11000 | 101010110 | 11111 | 1000001 |
Color Harmonies of #C1899A
Complementary color
Monochromatic Colors of #C1899A
Black with #C1899A
Text Example
Text Example
White with #C1899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1899A; }
p { color: rgb(193,137,154); }
H1.HeaderClassName
{
color: #C1899A;
}
.AnyTagClassName
{
color: #C1899A;
}
</style>
background-color css
<style>
a { background-color: #C1899A; }
a { background-color: rgb(193,137,154); }
div.DivClassName
{
background-color: #C1899A;
}
.BgClassName
{
background-color: #C1899A;
}
</style>
border-color css
<style>
span { border-color: #C1899A; }
span { border-color: rgb(193,137,154); }
td.TdClassName
{
border-color: #C1899A;
}
.TagClassName
{
border-color: #C1899A;
}
</style>