Shades of Viola #C690A2
Tints of Viola #C690A2
RGB
CMYK
RGB Variations
Color information
#C690A2 (or 0xC690A2) is known color: Viola. HEX triplet: C6, 90 and A2. RGB value is (198,144,162). Sum of RGB (Red+Green+Blue) = 198+144+162=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C690A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C690A2 is #396F5D. Grayscale: #A2A2A2. Windows color (decimal): -3764062 or 10653894. OLE color: 10653894.
HSL color Cylindrical-coordinate representation of color #C690A2: hue angle of 340º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C690A2 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 162 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.22 |
| HSL | 340º | 0.32% | 0.67% | - |
| HSV(B) | 340º | 0.27% | 0.78% | - |
| XYZ | 39.78 | 34.56 | 38.76 | - |
| YUV | 162.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 162 | 0 | 0.27 | 0.18 | 0.22 | 340 | 0.32 | 0.67 |
| Hex | C6 | 90 | A2 | 0 | 1B | 12 | 16 | 154 | 20 | 43 |
| Octal | 306 | 220 | 242 | 0 | 33 | 22 | 26 | 524 | 40 | 103 |
| Binary | 11000110 | 10010000 | 10100010 | 0 | 11011 | 10010 | 10110 | 101010100 | 100000 | 1000011 |
Color Harmonies of #C690A2
Complementary color
Monochromatic Colors of #C690A2
Black with #C690A2
Text Example
Text Example
White with #C690A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C690A2; }
p { color: rgb(198,144,162); }
H1.HeaderClassName
{
color: #C690A2;
}
.AnyTagClassName
{
color: #C690A2;
}
</style>
background-color css
<style>
a { background-color: #C690A2; }
a { background-color: rgb(198,144,162); }
div.DivClassName
{
background-color: #C690A2;
}
.BgClassName
{
background-color: #C690A2;
}
</style>
border-color css
<style>
span { border-color: #C690A2; }
span { border-color: rgb(198,144,162); }
td.TdClassName
{
border-color: #C690A2;
}
.TagClassName
{
border-color: #C690A2;
}
</style>