Shades of Viola #C090A6
Tints of Viola #C090A6
RGB
CMYK
RGB Variations
Color information
#C090A6 (or 0xC090A6) is known color: Viola. HEX triplet: C0, 90 and A6. RGB value is (192,144,166). Sum of RGB (Red+Green+Blue) = 192+144+166=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C090A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C090A6 is #3F6F59. Grayscale: #A0A0A0. Windows color (decimal): -4157274 or 10916032. OLE color: 10916032.
HSL color Cylindrical-coordinate representation of color #C090A6: hue angle of 332.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C090A6 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 166 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.25 |
| HSL | 332.5º | 0.28% | 0.66% | - |
| HSV(B) | 332.5º | 0.25% | 0.75% | - |
| XYZ | 38.59 | 33.91 | 40.59 | - |
| YUV | 160.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 166 | 0 | 0.25 | 0.14 | 0.25 | 332.5 | 0.28 | 0.66 |
| Hex | C0 | 90 | A6 | 0 | 19 | E | 19 | 14C | 1C | 42 |
| Octal | 300 | 220 | 246 | 0 | 31 | 16 | 31 | 514 | 34 | 102 |
| Binary | 11000000 | 10010000 | 10100110 | 0 | 11001 | 1110 | 11001 | 101001100 | 11100 | 1000010 |
Color Harmonies of #C090A6
Complementary color
Monochromatic Colors of #C090A6
Black with #C090A6
Text Example
Text Example
White with #C090A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090A6; }
p { color: rgb(192,144,166); }
H1.HeaderClassName
{
color: #C090A6;
}
.AnyTagClassName
{
color: #C090A6;
}
</style>
background-color css
<style>
a { background-color: #C090A6; }
a { background-color: rgb(192,144,166); }
div.DivClassName
{
background-color: #C090A6;
}
.BgClassName
{
background-color: #C090A6;
}
</style>
border-color css
<style>
span { border-color: #C090A6; }
span { border-color: rgb(192,144,166); }
td.TdClassName
{
border-color: #C090A6;
}
.TagClassName
{
border-color: #C090A6;
}
</style>