Shades of Viola #C896A6
Tints of Viola #C896A6
RGB
CMYK
RGB Variations
Color information
#C896A6 (or 0xC896A6) is known color: Viola. HEX triplet: C8, 96 and A6. RGB value is (200,150,166). Sum of RGB (Red+Green+Blue) = 200+150+166=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C896A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C896A6 is #376959. Grayscale: #A6A6A6. Windows color (decimal): -3631450 or 10917576. OLE color: 10917576.
HSL color Cylindrical-coordinate representation of color #C896A6: hue angle of 340.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C896A6 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 166 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.22 |
| HSL | 340.8º | 0.31% | 0.69% | - |
| HSV(B) | 340.8º | 0.25% | 0.78% | - |
| XYZ | 41.61 | 36.85 | 41 | - |
| YUV | 166.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 166 | 0 | 0.25 | 0.17 | 0.22 | 340.8 | 0.31 | 0.69 |
| Hex | C8 | 96 | A6 | 0 | 19 | 11 | 16 | 155 | 1F | 45 |
| Octal | 310 | 226 | 246 | 0 | 31 | 21 | 26 | 525 | 37 | 105 |
| Binary | 11001000 | 10010110 | 10100110 | 0 | 11001 | 10001 | 10110 | 101010101 | 11111 | 1000101 |
Color Harmonies of #C896A6
Complementary color
Monochromatic Colors of #C896A6
Black with #C896A6
Text Example
Text Example
White with #C896A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896A6; }
p { color: rgb(200,150,166); }
H1.HeaderClassName
{
color: #C896A6;
}
.AnyTagClassName
{
color: #C896A6;
}
</style>
background-color css
<style>
a { background-color: #C896A6; }
a { background-color: rgb(200,150,166); }
div.DivClassName
{
background-color: #C896A6;
}
.BgClassName
{
background-color: #C896A6;
}
</style>
border-color css
<style>
span { border-color: #C896A6; }
span { border-color: rgb(200,150,166); }
td.TdClassName
{
border-color: #C896A6;
}
.TagClassName
{
border-color: #C896A6;
}
</style>