Shades of Viola #C895A0
Tints of Viola #C895A0
RGB
CMYK
RGB Variations
Color information
#C895A0 (or 0xC895A0) is known color: Viola. HEX triplet: C8, 95 and A0. RGB value is (200,149,160). Sum of RGB (Red+Green+Blue) = 200+149+160=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C895A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C895A0 is #376A5F. Grayscale: #A5A5A5. Windows color (decimal): -3631712 or 10524104. OLE color: 10524104.
HSL color Cylindrical-coordinate representation of color #C895A0: hue angle of 347.06º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C895A0 is Cyan = 0, Magento = 0.26, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 160 | - |
| CMYK | 0 | 0.26 | 0.2 | 0.22 |
| HSL | 347.06º | 0.32% | 0.68% | - |
| HSV(B) | 347.06º | 0.26% | 0.78% | - |
| XYZ | 40.91 | 36.31 | 38.11 | - |
| YUV | 165.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 160 | 0 | 0.26 | 0.2 | 0.22 | 347.06 | 0.32 | 0.68 |
| Hex | C8 | 95 | A0 | 0 | 1A | 14 | 16 | 15B | 20 | 44 |
| Octal | 310 | 225 | 240 | 0 | 32 | 24 | 26 | 533 | 40 | 104 |
| Binary | 11001000 | 10010101 | 10100000 | 0 | 11010 | 10100 | 10110 | 101011011 | 100000 | 1000100 |
Color Harmonies of #C895A0
Complementary color
Monochromatic Colors of #C895A0
Black with #C895A0
Text Example
Text Example
White with #C895A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895A0; }
p { color: rgb(200,149,160); }
H1.HeaderClassName
{
color: #C895A0;
}
.AnyTagClassName
{
color: #C895A0;
}
</style>
background-color css
<style>
a { background-color: #C895A0; }
a { background-color: rgb(200,149,160); }
div.DivClassName
{
background-color: #C895A0;
}
.BgClassName
{
background-color: #C895A0;
}
</style>
border-color css
<style>
span { border-color: #C895A0; }
span { border-color: rgb(200,149,160); }
td.TdClassName
{
border-color: #C895A0;
}
.TagClassName
{
border-color: #C895A0;
}
</style>