Shades of Viola #C08899
Tints of Viola #C08899
RGB
CMYK
RGB Variations
Color information
#C08899 (or 0xC08899) is known color: Viola. HEX triplet: C0, 88 and 99. RGB value is (192,136,153). Sum of RGB (Red+Green+Blue) = 192+136+153=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C08899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08899 is #3F7766. Grayscale: #9A9A9A. Windows color (decimal): -4159335 or 10062016. OLE color: 10062016.
HSL color Cylindrical-coordinate representation of color #C08899: hue angle of 341.79º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C08899 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 153 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.25 |
| HSL | 341.79º | 0.31% | 0.64% | - |
| HSV(B) | 341.79º | 0.29% | 0.75% | - |
| XYZ | 36.29 | 31.11 | 34.23 | - |
| YUV | 154.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 153 | 0 | 0.29 | 0.20 | 0.25 | 341.79 | 0.31 | 0.64 |
| Hex | C0 | 88 | 99 | 0 | 1D | 14 | 19 | 156 | 1F | 40 |
| Octal | 300 | 210 | 231 | 0 | 35 | 24 | 31 | 526 | 37 | 100 |
| Binary | 11000000 | 10001000 | 10011001 | 0 | 11101 | 10100 | 11001 | 101010110 | 11111 | 1000000 |
Color Harmonies of #C08899
Complementary color
Monochromatic Colors of #C08899
Black with #C08899
Text Example
Text Example
White with #C08899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08899; }
p { color: rgb(192,136,153); }
H1.HeaderClassName
{
color: #C08899;
}
.AnyTagClassName
{
color: #C08899;
}
</style>
background-color css
<style>
a { background-color: #C08899; }
a { background-color: rgb(192,136,153); }
div.DivClassName
{
background-color: #C08899;
}
.BgClassName
{
background-color: #C08899;
}
</style>
border-color css
<style>
span { border-color: #C08899; }
span { border-color: rgb(192,136,153); }
td.TdClassName
{
border-color: #C08899;
}
.TagClassName
{
border-color: #C08899;
}
</style>