Shades of Viola #C08E94
Tints of Viola #C08E94
RGB
CMYK
RGB Variations
Color information
#C08E94 (or 0xC08E94) is known color: Viola. HEX triplet: C0, 8E and 94. RGB value is (192,142,148). Sum of RGB (Red+Green+Blue) = 192+142+148=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08E94 is #3F716B. Grayscale: #9D9D9D. Windows color (decimal): -4157804 or 9735872. OLE color: 9735872.
HSL color Cylindrical-coordinate representation of color #C08E94: hue angle of 352.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08E94 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 148 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.25 |
| HSL | 352.8º | 0.28% | 0.65% | - |
| HSV(B) | 352.8º | 0.26% | 0.75% | - |
| XYZ | 36.76 | 32.69 | 32.39 | - |
| YUV | 157.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 148 | 0 | 0.26 | 0.23 | 0.25 | 352.8 | 0.28 | 0.65 |
| Hex | C0 | 8E | 94 | 0 | 1A | 17 | 19 | 161 | 1C | 41 |
| Octal | 300 | 216 | 224 | 0 | 32 | 27 | 31 | 541 | 34 | 101 |
| Binary | 11000000 | 10001110 | 10010100 | 0 | 11010 | 10111 | 11001 | 101100001 | 11100 | 1000001 |
Color Harmonies of #C08E94
Complementary color
Monochromatic Colors of #C08E94
Black with #C08E94
Text Example
Text Example
White with #C08E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E94; }
p { color: rgb(192,142,148); }
H1.HeaderClassName
{
color: #C08E94;
}
.AnyTagClassName
{
color: #C08E94;
}
</style>
background-color css
<style>
a { background-color: #C08E94; }
a { background-color: rgb(192,142,148); }
div.DivClassName
{
background-color: #C08E94;
}
.BgClassName
{
background-color: #C08E94;
}
</style>
border-color css
<style>
span { border-color: #C08E94; }
span { border-color: rgb(192,142,148); }
td.TdClassName
{
border-color: #C08E94;
}
.TagClassName
{
border-color: #C08E94;
}
</style>