Shades of Viola #C08599
Tints of Viola #C08599
RGB
CMYK
RGB Variations
Color information
#C08599 (or 0xC08599) is known color: Viola. HEX triplet: C0, 85 and 99. RGB value is (192,133,153). Sum of RGB (Red+Green+Blue) = 192+133+153=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C08599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08599 is #3F7A66. Grayscale: #989898. Windows color (decimal): -4160103 or 10061248. OLE color: 10061248.
HSL color Cylindrical-coordinate representation of color #C08599: hue angle of 339.66º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08599 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 153 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.25 |
| HSL | 339.66º | 0.32% | 0.64% | - |
| HSV(B) | 339.66º | 0.31% | 0.75% | - |
| XYZ | 35.88 | 30.28 | 34.09 | - |
| YUV | 152.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 153 | 0 | 0.31 | 0.20 | 0.25 | 339.66 | 0.32 | 0.64 |
| Hex | C0 | 85 | 99 | 0 | 1F | 14 | 19 | 154 | 20 | 40 |
| Octal | 300 | 205 | 231 | 0 | 37 | 24 | 31 | 524 | 40 | 100 |
| Binary | 11000000 | 10000101 | 10011001 | 0 | 11111 | 10100 | 11001 | 101010100 | 100000 | 1000000 |
Color Harmonies of #C08599
Complementary color
Monochromatic Colors of #C08599
Black with #C08599
Text Example
Text Example
White with #C08599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08599; }
p { color: rgb(192,133,153); }
H1.HeaderClassName
{
color: #C08599;
}
.AnyTagClassName
{
color: #C08599;
}
</style>
background-color css
<style>
a { background-color: #C08599; }
a { background-color: rgb(192,133,153); }
div.DivClassName
{
background-color: #C08599;
}
.BgClassName
{
background-color: #C08599;
}
</style>
border-color css
<style>
span { border-color: #C08599; }
span { border-color: rgb(192,133,153); }
td.TdClassName
{
border-color: #C08599;
}
.TagClassName
{
border-color: #C08599;
}
</style>