Shades of Viola #C890A0
Tints of Viola #C890A0
RGB
CMYK
RGB Variations
Color information
#C890A0 (or 0xC890A0) is known color: Viola. HEX triplet: C8, 90 and A0. RGB value is (200,144,160). Sum of RGB (Red+Green+Blue) = 200+144+160=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C890A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C890A0 is #376F5F. Grayscale: #A2A2A2. Windows color (decimal): -3632992 or 10522824. OLE color: 10522824.
HSL color Cylindrical-coordinate representation of color #C890A0: hue angle of 342.86º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C890A0 is Cyan = 0, Magento = 0.28, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 160 | - |
| CMYK | 0 | 0.28 | 0.2 | 0.22 |
| HSL | 342.86º | 0.34% | 0.67% | - |
| HSV(B) | 342.86º | 0.28% | 0.78% | - |
| XYZ | 40.14 | 34.76 | 37.85 | - |
| YUV | 162.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 160 | 0 | 0.28 | 0.2 | 0.22 | 342.86 | 0.34 | 0.67 |
| Hex | C8 | 90 | A0 | 0 | 1C | 14 | 16 | 157 | 22 | 43 |
| Octal | 310 | 220 | 240 | 0 | 34 | 24 | 26 | 527 | 42 | 103 |
| Binary | 11001000 | 10010000 | 10100000 | 0 | 11100 | 10100 | 10110 | 101010111 | 100010 | 1000011 |
Color Harmonies of #C890A0
Complementary color
Monochromatic Colors of #C890A0
Black with #C890A0
Text Example
Text Example
White with #C890A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890A0; }
p { color: rgb(200,144,160); }
H1.HeaderClassName
{
color: #C890A0;
}
.AnyTagClassName
{
color: #C890A0;
}
</style>
background-color css
<style>
a { background-color: #C890A0; }
a { background-color: rgb(200,144,160); }
div.DivClassName
{
background-color: #C890A0;
}
.BgClassName
{
background-color: #C890A0;
}
</style>
border-color css
<style>
span { border-color: #C890A0; }
span { border-color: rgb(200,144,160); }
td.TdClassName
{
border-color: #C890A0;
}
.TagClassName
{
border-color: #C890A0;
}
</style>