Shades of Viola #C896A2
Tints of Viola #C896A2
RGB
CMYK
RGB Variations
Color information
#C896A2 (or 0xC896A2) is known color: Viola. HEX triplet: C8, 96 and A2. RGB value is (200,150,162). Sum of RGB (Red+Green+Blue) = 200+150+162=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C896A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C896A2 is #37695D. Grayscale: #A6A6A6. Windows color (decimal): -3631454 or 10655432. OLE color: 10655432.
HSL color Cylindrical-coordinate representation of color #C896A2: hue angle of 345.6º 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 #C896A2 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 162 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.22 |
| HSL | 345.6º | 0.31% | 0.69% | - |
| HSV(B) | 345.6º | 0.25% | 0.78% | - |
| XYZ | 41.25 | 36.7 | 39.09 | - |
| YUV | 166.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 162 | 0 | 0.25 | 0.19 | 0.22 | 345.6 | 0.31 | 0.69 |
| Hex | C8 | 96 | A2 | 0 | 19 | 13 | 16 | 15A | 1F | 45 |
| Octal | 310 | 226 | 242 | 0 | 31 | 23 | 26 | 532 | 37 | 105 |
| Binary | 11001000 | 10010110 | 10100010 | 0 | 11001 | 10011 | 10110 | 101011010 | 11111 | 1000101 |
Color Harmonies of #C896A2
Complementary color
Monochromatic Colors of #C896A2
Black with #C896A2
Text Example
Text Example
White with #C896A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896A2; }
p { color: rgb(200,150,162); }
H1.HeaderClassName
{
color: #C896A2;
}
.AnyTagClassName
{
color: #C896A2;
}
</style>
background-color css
<style>
a { background-color: #C896A2; }
a { background-color: rgb(200,150,162); }
div.DivClassName
{
background-color: #C896A2;
}
.BgClassName
{
background-color: #C896A2;
}
</style>
border-color css
<style>
span { border-color: #C896A2; }
span { border-color: rgb(200,150,162); }
td.TdClassName
{
border-color: #C896A2;
}
.TagClassName
{
border-color: #C896A2;
}
</style>