Shades of Viola #C089A1
Tints of Viola #C089A1
RGB
CMYK
RGB Variations
Color information
#C089A1 (or 0xC089A1) is known color: Viola. HEX triplet: C0, 89 and A1. RGB value is (192,137,161). Sum of RGB (Red+Green+Blue) = 192+137+161=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C089A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C089A1 is #3F765E. Grayscale: #9C9C9C. Windows color (decimal): -4159071 or 10586560. OLE color: 10586560.
HSL color Cylindrical-coordinate representation of color #C089A1: hue angle of 333.82º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C089A1 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 161 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.25 |
| HSL | 333.82º | 0.3% | 0.65% | - |
| HSV(B) | 333.82º | 0.29% | 0.75% | - |
| XYZ | 37.12 | 31.67 | 37.88 | - |
| YUV | 156.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 161 | 0 | 0.29 | 0.16 | 0.25 | 333.82 | 0.3 | 0.65 |
| Hex | C0 | 89 | A1 | 0 | 1D | 10 | 19 | 14E | 1E | 41 |
| Octal | 300 | 211 | 241 | 0 | 35 | 20 | 31 | 516 | 36 | 101 |
| Binary | 11000000 | 10001001 | 10100001 | 0 | 11101 | 10000 | 11001 | 101001110 | 11110 | 1000001 |
Color Harmonies of #C089A1
Complementary color
Monochromatic Colors of #C089A1
Black with #C089A1
Text Example
Text Example
White with #C089A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C089A1; }
p { color: rgb(192,137,161); }
H1.HeaderClassName
{
color: #C089A1;
}
.AnyTagClassName
{
color: #C089A1;
}
</style>
background-color css
<style>
a { background-color: #C089A1; }
a { background-color: rgb(192,137,161); }
div.DivClassName
{
background-color: #C089A1;
}
.BgClassName
{
background-color: #C089A1;
}
</style>
border-color css
<style>
span { border-color: #C089A1; }
span { border-color: rgb(192,137,161); }
td.TdClassName
{
border-color: #C089A1;
}
.TagClassName
{
border-color: #C089A1;
}
</style>