Shades of Viola #C08896
Tints of Viola #C08896
RGB
CMYK
RGB Variations
Color information
#C08896 (or 0xC08896) is known color: Viola. HEX triplet: C0, 88 and 96. RGB value is (192,136,150). Sum of RGB (Red+Green+Blue) = 192+136+150=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C08896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08896 is #3F7769. Grayscale: #9A9A9A. Windows color (decimal): -4159338 or 9865408. OLE color: 9865408.
HSL color Cylindrical-coordinate representation of color #C08896: hue angle of 345º 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 #C08896 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 150 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.25 |
| HSL | 345º | 0.31% | 0.64% | - |
| HSV(B) | 345º | 0.29% | 0.75% | - |
| XYZ | 36.05 | 31.02 | 32.94 | - |
| YUV | 154.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 150 | 0 | 0.29 | 0.22 | 0.25 | 345 | 0.31 | 0.64 |
| Hex | C0 | 88 | 96 | 0 | 1D | 16 | 19 | 159 | 1F | 40 |
| Octal | 300 | 210 | 226 | 0 | 35 | 26 | 31 | 531 | 37 | 100 |
| Binary | 11000000 | 10001000 | 10010110 | 0 | 11101 | 10110 | 11001 | 101011001 | 11111 | 1000000 |
Color Harmonies of #C08896
Complementary color
Monochromatic Colors of #C08896
Black with #C08896
Text Example
Text Example
White with #C08896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08896; }
p { color: rgb(192,136,150); }
H1.HeaderClassName
{
color: #C08896;
}
.AnyTagClassName
{
color: #C08896;
}
</style>
background-color css
<style>
a { background-color: #C08896; }
a { background-color: rgb(192,136,150); }
div.DivClassName
{
background-color: #C08896;
}
.BgClassName
{
background-color: #C08896;
}
</style>
border-color css
<style>
span { border-color: #C08896; }
span { border-color: rgb(192,136,150); }
td.TdClassName
{
border-color: #C08896;
}
.TagClassName
{
border-color: #C08896;
}
</style>