Shades of Viola #C089A2
Tints of Viola #C089A2
RGB
CMYK
RGB Variations
Color information
#C089A2 (or 0xC089A2) is known color: Viola. HEX triplet: C0, 89 and A2. RGB value is (192,137,162). Sum of RGB (Red+Green+Blue) = 192+137+162=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C089A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C089A2 is #3F765D. Grayscale: #9C9C9C. Windows color (decimal): -4159070 or 10652096. OLE color: 10652096.
HSL color Cylindrical-coordinate representation of color #C089A2: hue angle of 332.73º 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 #C089A2 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 162 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.25 |
| HSL | 332.73º | 0.3% | 0.65% | - |
| HSV(B) | 332.73º | 0.29% | 0.75% | - |
| XYZ | 37.21 | 31.71 | 38.34 | - |
| YUV | 156.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 162 | 0 | 0.29 | 0.16 | 0.25 | 332.73 | 0.3 | 0.65 |
| Hex | C0 | 89 | A2 | 0 | 1D | 10 | 19 | 14D | 1E | 41 |
| Octal | 300 | 211 | 242 | 0 | 35 | 20 | 31 | 515 | 36 | 101 |
| Binary | 11000000 | 10001001 | 10100010 | 0 | 11101 | 10000 | 11001 | 101001101 | 11110 | 1000001 |
Color Harmonies of #C089A2
Complementary color
Monochromatic Colors of #C089A2
Black with #C089A2
Text Example
Text Example
White with #C089A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C089A2; }
p { color: rgb(192,137,162); }
H1.HeaderClassName
{
color: #C089A2;
}
.AnyTagClassName
{
color: #C089A2;
}
</style>
background-color css
<style>
a { background-color: #C089A2; }
a { background-color: rgb(192,137,162); }
div.DivClassName
{
background-color: #C089A2;
}
.BgClassName
{
background-color: #C089A2;
}
</style>
border-color css
<style>
span { border-color: #C089A2; }
span { border-color: rgb(192,137,162); }
td.TdClassName
{
border-color: #C089A2;
}
.TagClassName
{
border-color: #C089A2;
}
</style>