Shades of Viola #C08D8F
Tints of Viola #C08D8F
RGB
CMYK
RGB Variations
Color information
#C08D8F (or 0xC08D8F) is known color: Viola. HEX triplet: C0, 8D and 8F. RGB value is (192,141,143). Sum of RGB (Red+Green+Blue) = 192+141+143=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08D8F is #3F7270. Grayscale: #9C9C9C. Windows color (decimal): -4158065 or 9407936. OLE color: 9407936.
HSL color Cylindrical-coordinate representation of color #C08D8F: hue angle of 357.65º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08D8F is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 143 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.25 |
| HSL | 357.65º | 0.29% | 0.65% | - |
| HSV(B) | 357.65º | 0.27% | 0.75% | - |
| XYZ | 36.22 | 32.24 | 30.3 | - |
| YUV | 156.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 143 | 0 | 0.27 | 0.26 | 0.25 | 357.65 | 0.29 | 0.65 |
| Hex | C0 | 8D | 8F | 0 | 1B | 1A | 19 | 166 | 1D | 41 |
| Octal | 300 | 215 | 217 | 0 | 33 | 32 | 31 | 546 | 35 | 101 |
| Binary | 11000000 | 10001101 | 10001111 | 0 | 11011 | 11010 | 11001 | 101100110 | 11101 | 1000001 |
Color Harmonies of #C08D8F
Complementary color
Monochromatic Colors of #C08D8F
Black with #C08D8F
Text Example
Text Example
White with #C08D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D8F; }
p { color: rgb(192,141,143); }
H1.HeaderClassName
{
color: #C08D8F;
}
.AnyTagClassName
{
color: #C08D8F;
}
</style>
background-color css
<style>
a { background-color: #C08D8F; }
a { background-color: rgb(192,141,143); }
div.DivClassName
{
background-color: #C08D8F;
}
.BgClassName
{
background-color: #C08D8F;
}
</style>
border-color css
<style>
span { border-color: #C08D8F; }
span { border-color: rgb(192,141,143); }
td.TdClassName
{
border-color: #C08D8F;
}
.TagClassName
{
border-color: #C08D8F;
}
</style>