Shades of Viola #C693A6
Tints of Viola #C693A6
RGB
CMYK
RGB Variations
Color information
#C693A6 (or 0xC693A6) is known color: Viola. HEX triplet: C6, 93 and A6. RGB value is (198,147,166). Sum of RGB (Red+Green+Blue) = 198+147+166=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C693A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C693A6 is #396C59. Grayscale: #A4A4A4. Windows color (decimal): -3763290 or 10916806. OLE color: 10916806.
HSL color Cylindrical-coordinate representation of color #C693A6: hue angle of 337.65º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C693A6 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 166 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.22 |
| HSL | 337.65º | 0.31% | 0.68% | - |
| HSV(B) | 337.65º | 0.26% | 0.78% | - |
| XYZ | 40.61 | 35.63 | 40.81 | - |
| YUV | 164.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 166 | 0 | 0.26 | 0.16 | 0.22 | 337.65 | 0.31 | 0.68 |
| Hex | C6 | 93 | A6 | 0 | 1A | 10 | 16 | 152 | 1F | 44 |
| Octal | 306 | 223 | 246 | 0 | 32 | 20 | 26 | 522 | 37 | 104 |
| Binary | 11000110 | 10010011 | 10100110 | 0 | 11010 | 10000 | 10110 | 101010010 | 11111 | 1000100 |
Color Harmonies of #C693A6
Complementary color
Monochromatic Colors of #C693A6
Black with #C693A6
Text Example
Text Example
White with #C693A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C693A6; }
p { color: rgb(198,147,166); }
H1.HeaderClassName
{
color: #C693A6;
}
.AnyTagClassName
{
color: #C693A6;
}
</style>
background-color css
<style>
a { background-color: #C693A6; }
a { background-color: rgb(198,147,166); }
div.DivClassName
{
background-color: #C693A6;
}
.BgClassName
{
background-color: #C693A6;
}
</style>
border-color css
<style>
span { border-color: #C693A6; }
span { border-color: rgb(198,147,166); }
td.TdClassName
{
border-color: #C693A6;
}
.TagClassName
{
border-color: #C693A6;
}
</style>