Shades of Viola #C18994
Tints of Viola #C18994
RGB
CMYK
RGB Variations
Color information
#C18994 (or 0xC18994) is known color: Viola. HEX triplet: C1, 89 and 94. RGB value is (193,137,148). Sum of RGB (Red+Green+Blue) = 193+137+148=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C18994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18994 is #3E766B. Grayscale: #9B9B9B. Windows color (decimal): -4093548 or 9734593. OLE color: 9734593.
HSL color Cylindrical-coordinate representation of color #C18994: hue angle of 348.21º 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 #C18994 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 148 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.24 |
| HSL | 348.21º | 0.31% | 0.65% | - |
| HSV(B) | 348.21º | 0.29% | 0.76% | - |
| XYZ | 36.28 | 31.37 | 32.16 | - |
| YUV | 155 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 148 | 0 | 0.29 | 0.23 | 0.24 | 348.21 | 0.31 | 0.65 |
| Hex | C1 | 89 | 94 | 0 | 1D | 17 | 18 | 15C | 1F | 41 |
| Octal | 301 | 211 | 224 | 0 | 35 | 27 | 30 | 534 | 37 | 101 |
| Binary | 11000001 | 10001001 | 10010100 | 0 | 11101 | 10111 | 11000 | 101011100 | 11111 | 1000001 |
Color Harmonies of #C18994
Complementary color
Monochromatic Colors of #C18994
Black with #C18994
Text Example
Text Example
White with #C18994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18994; }
p { color: rgb(193,137,148); }
H1.HeaderClassName
{
color: #C18994;
}
.AnyTagClassName
{
color: #C18994;
}
</style>
background-color css
<style>
a { background-color: #C18994; }
a { background-color: rgb(193,137,148); }
div.DivClassName
{
background-color: #C18994;
}
.BgClassName
{
background-color: #C18994;
}
</style>
border-color css
<style>
span { border-color: #C18994; }
span { border-color: rgb(193,137,148); }
td.TdClassName
{
border-color: #C18994;
}
.TagClassName
{
border-color: #C18994;
}
</style>