Shades of Viola #C08795
Tints of Viola #C08795
RGB
CMYK
RGB Variations
Color information
#C08795 (or 0xC08795) is known color: Viola. HEX triplet: C0, 87 and 95. RGB value is (192,135,149). Sum of RGB (Red+Green+Blue) = 192+135+149=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C08795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08795 is #3F786A. Grayscale: #999999. Windows color (decimal): -4159595 or 9799616. OLE color: 9799616.
HSL color Cylindrical-coordinate representation of color #C08795: hue angle of 345.26º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C08795 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 149 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.25 |
| HSL | 345.26º | 0.31% | 0.64% | - |
| HSV(B) | 345.26º | 0.3% | 0.75% | - |
| XYZ | 35.83 | 30.7 | 32.47 | - |
| YUV | 153.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 149 | 0 | 0.30 | 0.22 | 0.25 | 345.26 | 0.31 | 0.64 |
| Hex | C0 | 87 | 95 | 0 | 1E | 16 | 19 | 159 | 1F | 40 |
| Octal | 300 | 207 | 225 | 0 | 36 | 26 | 31 | 531 | 37 | 100 |
| Binary | 11000000 | 10000111 | 10010101 | 0 | 11110 | 10110 | 11001 | 101011001 | 11111 | 1000000 |
Color Harmonies of #C08795
Complementary color
Monochromatic Colors of #C08795
Black with #C08795
Text Example
Text Example
White with #C08795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08795; }
p { color: rgb(192,135,149); }
H1.HeaderClassName
{
color: #C08795;
}
.AnyTagClassName
{
color: #C08795;
}
</style>
background-color css
<style>
a { background-color: #C08795; }
a { background-color: rgb(192,135,149); }
div.DivClassName
{
background-color: #C08795;
}
.BgClassName
{
background-color: #C08795;
}
</style>
border-color css
<style>
span { border-color: #C08795; }
span { border-color: rgb(192,135,149); }
td.TdClassName
{
border-color: #C08795;
}
.TagClassName
{
border-color: #C08795;
}
</style>