Shades of Viola #C18995
Tints of Viola #C18995
RGB
CMYK
RGB Variations
Color information
#C18995 (or 0xC18995) is known color: Viola. HEX triplet: C1, 89 and 95. RGB value is (193,137,149). Sum of RGB (Red+Green+Blue) = 193+137+149=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C18995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18995 is #3E766A. Grayscale: #9B9B9B. Windows color (decimal): -4093547 or 9800129. OLE color: 9800129.
HSL color Cylindrical-coordinate representation of color #C18995: hue angle of 347.14º 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 #C18995 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 149 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.24 |
| HSL | 347.14º | 0.31% | 0.65% | - |
| HSV(B) | 347.14º | 0.29% | 0.76% | - |
| XYZ | 36.36 | 31.4 | 32.58 | - |
| YUV | 155.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 149 | 0 | 0.29 | 0.23 | 0.24 | 347.14 | 0.31 | 0.65 |
| Hex | C1 | 89 | 95 | 0 | 1D | 17 | 18 | 15B | 1F | 41 |
| Octal | 301 | 211 | 225 | 0 | 35 | 27 | 30 | 533 | 37 | 101 |
| Binary | 11000001 | 10001001 | 10010101 | 0 | 11101 | 10111 | 11000 | 101011011 | 11111 | 1000001 |
Color Harmonies of #C18995
Complementary color
Monochromatic Colors of #C18995
Black with #C18995
Text Example
Text Example
White with #C18995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18995; }
p { color: rgb(193,137,149); }
H1.HeaderClassName
{
color: #C18995;
}
.AnyTagClassName
{
color: #C18995;
}
</style>
background-color css
<style>
a { background-color: #C18995; }
a { background-color: rgb(193,137,149); }
div.DivClassName
{
background-color: #C18995;
}
.BgClassName
{
background-color: #C18995;
}
</style>
border-color css
<style>
span { border-color: #C18995; }
span { border-color: rgb(193,137,149); }
td.TdClassName
{
border-color: #C18995;
}
.TagClassName
{
border-color: #C18995;
}
</style>