Shades of Viola #C08997
Tints of Viola #C08997
RGB
CMYK
RGB Variations
Color information
#C08997 (or 0xC08997) is known color: Viola. HEX triplet: C0, 89 and 97. RGB value is (192,137,151). Sum of RGB (Red+Green+Blue) = 192+137+151=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C08997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08997 is #3F7668. Grayscale: #9B9B9B. Windows color (decimal): -4159081 or 9931200. OLE color: 9931200.
HSL color Cylindrical-coordinate representation of color #C08997: hue angle of 344.73º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C08997 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 151 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.25 |
| HSL | 344.73º | 0.3% | 0.65% | - |
| HSV(B) | 344.73º | 0.29% | 0.75% | - |
| XYZ | 36.27 | 31.33 | 33.41 | - |
| YUV | 155.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 151 | 0 | 0.29 | 0.21 | 0.25 | 344.73 | 0.3 | 0.65 |
| Hex | C0 | 89 | 97 | 0 | 1D | 15 | 19 | 159 | 1E | 41 |
| Octal | 300 | 211 | 227 | 0 | 35 | 25 | 31 | 531 | 36 | 101 |
| Binary | 11000000 | 10001001 | 10010111 | 0 | 11101 | 10101 | 11001 | 101011001 | 11110 | 1000001 |
Color Harmonies of #C08997
Complementary color
Monochromatic Colors of #C08997
Black with #C08997
Text Example
Text Example
White with #C08997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08997; }
p { color: rgb(192,137,151); }
H1.HeaderClassName
{
color: #C08997;
}
.AnyTagClassName
{
color: #C08997;
}
</style>
background-color css
<style>
a { background-color: #C08997; }
a { background-color: rgb(192,137,151); }
div.DivClassName
{
background-color: #C08997;
}
.BgClassName
{
background-color: #C08997;
}
</style>
border-color css
<style>
span { border-color: #C08997; }
span { border-color: rgb(192,137,151); }
td.TdClassName
{
border-color: #C08997;
}
.TagClassName
{
border-color: #C08997;
}
</style>