Shades of Viola #C096A7
Tints of Viola #C096A7
RGB
CMYK
RGB Variations
Color information
#C096A7 (or 0xC096A7) is known color: Viola. HEX triplet: C0, 96 and A7. RGB value is (192,150,167). Sum of RGB (Red+Green+Blue) = 192+150+167=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C096A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C096A7 is #3F6958. Grayscale: #A4A4A4. Windows color (decimal): -4155737 or 10983104. OLE color: 10983104.
HSL color Cylindrical-coordinate representation of color #C096A7: hue angle of 335.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 #C096A7 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 167 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.25 |
| HSL | 335.71º | 0.25% | 0.67% | - |
| HSV(B) | 335.71º | 0.22% | 0.75% | - |
| XYZ | 39.62 | 35.81 | 41.38 | - |
| YUV | 164.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 167 | 0 | 0.22 | 0.13 | 0.25 | 335.71 | 0.25 | 0.67 |
| Hex | C0 | 96 | A7 | 0 | 16 | D | 19 | 150 | 19 | 43 |
| Octal | 300 | 226 | 247 | 0 | 26 | 15 | 31 | 520 | 31 | 103 |
| Binary | 11000000 | 10010110 | 10100111 | 0 | 10110 | 1101 | 11001 | 101010000 | 11001 | 1000011 |
Color Harmonies of #C096A7
Complementary color
Monochromatic Colors of #C096A7
Black with #C096A7
Text Example
Text Example
White with #C096A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C096A7; }
p { color: rgb(192,150,167); }
H1.HeaderClassName
{
color: #C096A7;
}
.AnyTagClassName
{
color: #C096A7;
}
</style>
background-color css
<style>
a { background-color: #C096A7; }
a { background-color: rgb(192,150,167); }
div.DivClassName
{
background-color: #C096A7;
}
.BgClassName
{
background-color: #C096A7;
}
</style>
border-color css
<style>
span { border-color: #C096A7; }
span { border-color: rgb(192,150,167); }
td.TdClassName
{
border-color: #C096A7;
}
.TagClassName
{
border-color: #C096A7;
}
</style>