Shades of Viola #C08D93
Tints of Viola #C08D93
RGB
CMYK
RGB Variations
Color information
#C08D93 (or 0xC08D93) is known color: Viola. HEX triplet: C0, 8D and 93. RGB value is (192,141,147). Sum of RGB (Red+Green+Blue) = 192+141+147=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08D93 is #3F726C. Grayscale: #9C9C9C. Windows color (decimal): -4158061 or 9670080. OLE color: 9670080.
HSL color Cylindrical-coordinate representation of color #C08D93: hue angle of 352.94º 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 #C08D93 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 147 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.25 |
| HSL | 352.94º | 0.29% | 0.65% | - |
| HSV(B) | 352.94º | 0.27% | 0.75% | - |
| XYZ | 36.53 | 32.36 | 31.93 | - |
| YUV | 156.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 147 | 0 | 0.27 | 0.23 | 0.25 | 352.94 | 0.29 | 0.65 |
| Hex | C0 | 8D | 93 | 0 | 1B | 17 | 19 | 161 | 1D | 41 |
| Octal | 300 | 215 | 223 | 0 | 33 | 27 | 31 | 541 | 35 | 101 |
| Binary | 11000000 | 10001101 | 10010011 | 0 | 11011 | 10111 | 11001 | 101100001 | 11101 | 1000001 |
Color Harmonies of #C08D93
Complementary color
Monochromatic Colors of #C08D93
Black with #C08D93
Text Example
Text Example
White with #C08D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D93; }
p { color: rgb(192,141,147); }
H1.HeaderClassName
{
color: #C08D93;
}
.AnyTagClassName
{
color: #C08D93;
}
</style>
background-color css
<style>
a { background-color: #C08D93; }
a { background-color: rgb(192,141,147); }
div.DivClassName
{
background-color: #C08D93;
}
.BgClassName
{
background-color: #C08D93;
}
</style>
border-color css
<style>
span { border-color: #C08D93; }
span { border-color: rgb(192,141,147); }
td.TdClassName
{
border-color: #C08D93;
}
.TagClassName
{
border-color: #C08D93;
}
</style>