Shades of Viola #C18A95
Tints of Viola #C18A95
RGB
CMYK
RGB Variations
Color information
#C18A95 (or 0xC18A95) is known color: Viola. HEX triplet: C1, 8A and 95. RGB value is (193,138,149). Sum of RGB (Red+Green+Blue) = 193+138+149=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18A95 is #3E756A. Grayscale: #9B9B9B. Windows color (decimal): -4093291 or 9800385. OLE color: 9800385.
HSL color Cylindrical-coordinate representation of color #C18A95: hue angle of 348º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C18A95 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 149 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.24 |
| HSL | 348º | 0.31% | 0.65% | - |
| HSV(B) | 348º | 0.28% | 0.76% | - |
| XYZ | 36.51 | 31.68 | 32.63 | - |
| YUV | 155.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 149 | 0 | 0.28 | 0.23 | 0.24 | 348 | 0.31 | 0.65 |
| Hex | C1 | 8A | 95 | 0 | 1C | 17 | 18 | 15C | 1F | 41 |
| Octal | 301 | 212 | 225 | 0 | 34 | 27 | 30 | 534 | 37 | 101 |
| Binary | 11000001 | 10001010 | 10010101 | 0 | 11100 | 10111 | 11000 | 101011100 | 11111 | 1000001 |
Color Harmonies of #C18A95
Complementary color
Monochromatic Colors of #C18A95
Black with #C18A95
Text Example
Text Example
White with #C18A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A95; }
p { color: rgb(193,138,149); }
H1.HeaderClassName
{
color: #C18A95;
}
.AnyTagClassName
{
color: #C18A95;
}
</style>
background-color css
<style>
a { background-color: #C18A95; }
a { background-color: rgb(193,138,149); }
div.DivClassName
{
background-color: #C18A95;
}
.BgClassName
{
background-color: #C18A95;
}
</style>
border-color css
<style>
span { border-color: #C18A95; }
span { border-color: rgb(193,138,149); }
td.TdClassName
{
border-color: #C18A95;
}
.TagClassName
{
border-color: #C18A95;
}
</style>