Shades of Viola #C08F94
Tints of Viola #C08F94
RGB
CMYK
RGB Variations
Color information
#C08F94 (or 0xC08F94) is known color: Viola. HEX triplet: C0, 8F and 94. RGB value is (192,143,148). Sum of RGB (Red+Green+Blue) = 192+143+148=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08F94 is #3F706B. Grayscale: #9E9E9E. Windows color (decimal): -4157548 or 9736128. OLE color: 9736128.
HSL color Cylindrical-coordinate representation of color #C08F94: hue angle of 353.88º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08F94 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 148 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.25 |
| HSL | 353.88º | 0.28% | 0.66% | - |
| HSV(B) | 353.88º | 0.26% | 0.75% | - |
| XYZ | 36.91 | 32.99 | 32.44 | - |
| YUV | 158.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 148 | 0 | 0.26 | 0.23 | 0.25 | 353.88 | 0.28 | 0.66 |
| Hex | C0 | 8F | 94 | 0 | 1A | 17 | 19 | 162 | 1C | 42 |
| Octal | 300 | 217 | 224 | 0 | 32 | 27 | 31 | 542 | 34 | 102 |
| Binary | 11000000 | 10001111 | 10010100 | 0 | 11010 | 10111 | 11001 | 101100010 | 11100 | 1000010 |
Color Harmonies of #C08F94
Complementary color
Monochromatic Colors of #C08F94
Black with #C08F94
Text Example
Text Example
White with #C08F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08F94; }
p { color: rgb(192,143,148); }
H1.HeaderClassName
{
color: #C08F94;
}
.AnyTagClassName
{
color: #C08F94;
}
</style>
background-color css
<style>
a { background-color: #C08F94; }
a { background-color: rgb(192,143,148); }
div.DivClassName
{
background-color: #C08F94;
}
.BgClassName
{
background-color: #C08F94;
}
</style>
border-color css
<style>
span { border-color: #C08F94; }
span { border-color: rgb(192,143,148); }
td.TdClassName
{
border-color: #C08F94;
}
.TagClassName
{
border-color: #C08F94;
}
</style>