Shades of Viola #C896A4
Tints of Viola #C896A4
RGB
CMYK
RGB Variations
Color information
#C896A4 (or 0xC896A4) is known color: Viola. HEX triplet: C8, 96 and A4. RGB value is (200,150,164). Sum of RGB (Red+Green+Blue) = 200+150+164=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C896A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C896A4 is #37695B. Grayscale: #A6A6A6. Windows color (decimal): -3631452 or 10786504. OLE color: 10786504.
HSL color Cylindrical-coordinate representation of color #C896A4: hue angle of 343.2º 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 #C896A4 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 164 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.22 |
| HSL | 343.2º | 0.31% | 0.69% | - |
| HSV(B) | 343.2º | 0.25% | 0.78% | - |
| XYZ | 41.43 | 36.77 | 40.04 | - |
| YUV | 166.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 164 | 0 | 0.25 | 0.18 | 0.22 | 343.2 | 0.31 | 0.69 |
| Hex | C8 | 96 | A4 | 0 | 19 | 12 | 16 | 157 | 1F | 45 |
| Octal | 310 | 226 | 244 | 0 | 31 | 22 | 26 | 527 | 37 | 105 |
| Binary | 11001000 | 10010110 | 10100100 | 0 | 11001 | 10010 | 10110 | 101010111 | 11111 | 1000101 |
Color Harmonies of #C896A4
Complementary color
Monochromatic Colors of #C896A4
Black with #C896A4
Text Example
Text Example
White with #C896A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896A4; }
p { color: rgb(200,150,164); }
H1.HeaderClassName
{
color: #C896A4;
}
.AnyTagClassName
{
color: #C896A4;
}
</style>
background-color css
<style>
a { background-color: #C896A4; }
a { background-color: rgb(200,150,164); }
div.DivClassName
{
background-color: #C896A4;
}
.BgClassName
{
background-color: #C896A4;
}
</style>
border-color css
<style>
span { border-color: #C896A4; }
span { border-color: rgb(200,150,164); }
td.TdClassName
{
border-color: #C896A4;
}
.TagClassName
{
border-color: #C896A4;
}
</style>