Shades of Viola #C18C94
Tints of Viola #C18C94
RGB
CMYK
RGB Variations
Color information
#C18C94 (or 0xC18C94) is known color: Viola. HEX triplet: C1, 8C and 94. RGB value is (193,140,148). Sum of RGB (Red+Green+Blue) = 193+140+148=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18C94 is #3E736B. Grayscale: #9C9C9C. Windows color (decimal): -4092780 or 9735361. OLE color: 9735361.
HSL color Cylindrical-coordinate representation of color #C18C94: hue angle of 350.94º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C18C94 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 140 | 148 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.24 |
| HSL | 350.94º | 0.3% | 0.65% | - |
| HSV(B) | 350.94º | 0.27% | 0.76% | - |
| XYZ | 36.72 | 32.23 | 32.3 | - |
| YUV | 156.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 148 | 0 | 0.27 | 0.23 | 0.24 | 350.94 | 0.3 | 0.65 |
| Hex | C1 | 8C | 94 | 0 | 1B | 17 | 18 | 15F | 1E | 41 |
| Octal | 301 | 214 | 224 | 0 | 33 | 27 | 30 | 537 | 36 | 101 |
| Binary | 11000001 | 10001100 | 10010100 | 0 | 11011 | 10111 | 11000 | 101011111 | 11110 | 1000001 |
Color Harmonies of #C18C94
Complementary color
Monochromatic Colors of #C18C94
Black with #C18C94
Text Example
Text Example
White with #C18C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18C94; }
p { color: rgb(193,140,148); }
H1.HeaderClassName
{
color: #C18C94;
}
.AnyTagClassName
{
color: #C18C94;
}
</style>
background-color css
<style>
a { background-color: #C18C94; }
a { background-color: rgb(193,140,148); }
div.DivClassName
{
background-color: #C18C94;
}
.BgClassName
{
background-color: #C18C94;
}
</style>
border-color css
<style>
span { border-color: #C18C94; }
span { border-color: rgb(193,140,148); }
td.TdClassName
{
border-color: #C18C94;
}
.TagClassName
{
border-color: #C18C94;
}
</style>