Shades of Viola #C097A1
Tints of Viola #C097A1
RGB
CMYK
RGB Variations
Color information
#C097A1 (or 0xC097A1) is known color: Viola. HEX triplet: C0, 97 and A1. RGB value is (192,151,161). Sum of RGB (Red+Green+Blue) = 192+151+161=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C097A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C097A1 is #3F685E. Grayscale: #A4A4A4. Windows color (decimal): -4155487 or 10590144. OLE color: 10590144.
HSL color Cylindrical-coordinate representation of color #C097A1: hue angle of 345.37º 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 #C097A1 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 161 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.25 |
| HSL | 345.37º | 0.25% | 0.67% | - |
| HSV(B) | 345.37º | 0.21% | 0.75% | - |
| XYZ | 39.24 | 35.91 | 38.58 | - |
| YUV | 164.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 161 | 0 | 0.21 | 0.16 | 0.25 | 345.37 | 0.25 | 0.67 |
| Hex | C0 | 97 | A1 | 0 | 15 | 10 | 19 | 159 | 19 | 43 |
| Octal | 300 | 227 | 241 | 0 | 25 | 20 | 31 | 531 | 31 | 103 |
| Binary | 11000000 | 10010111 | 10100001 | 0 | 10101 | 10000 | 11001 | 101011001 | 11001 | 1000011 |
Color Harmonies of #C097A1
Complementary color
Monochromatic Colors of #C097A1
Black with #C097A1
Text Example
Text Example
White with #C097A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C097A1; }
p { color: rgb(192,151,161); }
H1.HeaderClassName
{
color: #C097A1;
}
.AnyTagClassName
{
color: #C097A1;
}
</style>
background-color css
<style>
a { background-color: #C097A1; }
a { background-color: rgb(192,151,161); }
div.DivClassName
{
background-color: #C097A1;
}
.BgClassName
{
background-color: #C097A1;
}
</style>
border-color css
<style>
span { border-color: #C097A1; }
span { border-color: rgb(192,151,161); }
td.TdClassName
{
border-color: #C097A1;
}
.TagClassName
{
border-color: #C097A1;
}
</style>