Shades of Viola #C097A0
Tints of Viola #C097A0
RGB
CMYK
RGB Variations
Color information
#C097A0 (or 0xC097A0) is known color: Viola. HEX triplet: C0, 97 and A0. RGB value is (192,151,160). Sum of RGB (Red+Green+Blue) = 192+151+160=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C097A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C097A0 is #3F685F. Grayscale: #A4A4A4. Windows color (decimal): -4155488 or 10524608. OLE color: 10524608.
HSL color Cylindrical-coordinate representation of color #C097A0: hue angle of 346.83º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C097A0 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 160 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.25 |
| HSL | 346.83º | 0.25% | 0.67% | - |
| HSV(B) | 346.83º | 0.21% | 0.75% | - |
| XYZ | 39.15 | 35.88 | 38.12 | - |
| YUV | 164.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 160 | 0 | 0.21 | 0.17 | 0.25 | 346.83 | 0.25 | 0.67 |
| Hex | C0 | 97 | A0 | 0 | 15 | 11 | 19 | 15B | 19 | 43 |
| Octal | 300 | 227 | 240 | 0 | 25 | 21 | 31 | 533 | 31 | 103 |
| Binary | 11000000 | 10010111 | 10100000 | 0 | 10101 | 10001 | 11001 | 101011011 | 11001 | 1000011 |
Color Harmonies of #C097A0
Complementary color
Monochromatic Colors of #C097A0
Black with #C097A0
Text Example
Text Example
White with #C097A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C097A0; }
p { color: rgb(192,151,160); }
H1.HeaderClassName
{
color: #C097A0;
}
.AnyTagClassName
{
color: #C097A0;
}
</style>
background-color css
<style>
a { background-color: #C097A0; }
a { background-color: rgb(192,151,160); }
div.DivClassName
{
background-color: #C097A0;
}
.BgClassName
{
background-color: #C097A0;
}
</style>
border-color css
<style>
span { border-color: #C097A0; }
span { border-color: rgb(192,151,160); }
td.TdClassName
{
border-color: #C097A0;
}
.TagClassName
{
border-color: #C097A0;
}
</style>