Shades of Viola #C096A0
Tints of Viola #C096A0
RGB
CMYK
RGB Variations
Color information
#C096A0 (or 0xC096A0) is known color: Viola. HEX triplet: C0, 96 and A0. RGB value is (192,150,160). Sum of RGB (Red+Green+Blue) = 192+150+160=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C096A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C096A0 is #3F695F. Grayscale: #A3A3A3. Windows color (decimal): -4155744 or 10524352. OLE color: 10524352.
HSL color Cylindrical-coordinate representation of color #C096A0: hue angle of 345.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C096A0 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 160 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.25 |
| HSL | 345.71º | 0.25% | 0.67% | - |
| HSV(B) | 345.71º | 0.22% | 0.75% | - |
| XYZ | 38.99 | 35.56 | 38.07 | - |
| YUV | 163.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 160 | 0 | 0.22 | 0.17 | 0.25 | 345.71 | 0.25 | 0.67 |
| Hex | C0 | 96 | A0 | 0 | 16 | 11 | 19 | 15A | 19 | 43 |
| Octal | 300 | 226 | 240 | 0 | 26 | 21 | 31 | 532 | 31 | 103 |
| Binary | 11000000 | 10010110 | 10100000 | 0 | 10110 | 10001 | 11001 | 101011010 | 11001 | 1000011 |
Color Harmonies of #C096A0
Complementary color
Monochromatic Colors of #C096A0
Black with #C096A0
Text Example
Text Example
White with #C096A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C096A0; }
p { color: rgb(192,150,160); }
H1.HeaderClassName
{
color: #C096A0;
}
.AnyTagClassName
{
color: #C096A0;
}
</style>
background-color css
<style>
a { background-color: #C096A0; }
a { background-color: rgb(192,150,160); }
div.DivClassName
{
background-color: #C096A0;
}
.BgClassName
{
background-color: #C096A0;
}
</style>
border-color css
<style>
span { border-color: #C096A0; }
span { border-color: rgb(192,150,160); }
td.TdClassName
{
border-color: #C096A0;
}
.TagClassName
{
border-color: #C096A0;
}
</style>