Shades of Viola #C189A0
Tints of Viola #C189A0
RGB
CMYK
RGB Variations
Color information
#C189A0 (or 0xC189A0) is known color: Viola. HEX triplet: C1, 89 and A0. RGB value is (193,137,160). Sum of RGB (Red+Green+Blue) = 193+137+160=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C189A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C189A0 is #3E765F. Grayscale: #9C9C9C. Windows color (decimal): -4093536 or 10521025. OLE color: 10521025.
HSL color Cylindrical-coordinate representation of color #C189A0: hue angle of 335.36º 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 #C189A0 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 160 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.24 |
| HSL | 335.36º | 0.31% | 0.65% | - |
| HSV(B) | 335.36º | 0.29% | 0.76% | - |
| XYZ | 37.28 | 31.77 | 37.42 | - |
| YUV | 156.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 160 | 0 | 0.29 | 0.17 | 0.24 | 335.36 | 0.31 | 0.65 |
| Hex | C1 | 89 | A0 | 0 | 1D | 11 | 18 | 14F | 1F | 41 |
| Octal | 301 | 211 | 240 | 0 | 35 | 21 | 30 | 517 | 37 | 101 |
| Binary | 11000001 | 10001001 | 10100000 | 0 | 11101 | 10001 | 11000 | 101001111 | 11111 | 1000001 |
Color Harmonies of #C189A0
Complementary color
Monochromatic Colors of #C189A0
Black with #C189A0
Text Example
Text Example
White with #C189A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189A0; }
p { color: rgb(193,137,160); }
H1.HeaderClassName
{
color: #C189A0;
}
.AnyTagClassName
{
color: #C189A0;
}
</style>
background-color css
<style>
a { background-color: #C189A0; }
a { background-color: rgb(193,137,160); }
div.DivClassName
{
background-color: #C189A0;
}
.BgClassName
{
background-color: #C189A0;
}
</style>
border-color css
<style>
span { border-color: #C189A0; }
span { border-color: rgb(193,137,160); }
td.TdClassName
{
border-color: #C189A0;
}
.TagClassName
{
border-color: #C189A0;
}
</style>