Shades of Viola #C08A9E
Tints of Viola #C08A9E
RGB
CMYK
RGB Variations
Color information
#C08A9E (or 0xC08A9E) is known color: Viola. HEX triplet: C0, 8A and 9E. RGB value is (192,138,158). Sum of RGB (Red+Green+Blue) = 192+138+158=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08A9E is #3F7561. Grayscale: #9C9C9C. Windows color (decimal): -4158818 or 10390208. OLE color: 10390208.
HSL color Cylindrical-coordinate representation of color #C08A9E: hue angle of 337.78º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08A9E is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 158 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.25 |
| HSL | 337.78º | 0.3% | 0.65% | - |
| HSV(B) | 337.78º | 0.28% | 0.75% | - |
| XYZ | 37 | 31.85 | 36.55 | - |
| YUV | 156.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 158 | 0 | 0.28 | 0.18 | 0.25 | 337.78 | 0.3 | 0.65 |
| Hex | C0 | 8A | 9E | 0 | 1C | 12 | 19 | 152 | 1E | 41 |
| Octal | 300 | 212 | 236 | 0 | 34 | 22 | 31 | 522 | 36 | 101 |
| Binary | 11000000 | 10001010 | 10011110 | 0 | 11100 | 10010 | 11001 | 101010010 | 11110 | 1000001 |
Color Harmonies of #C08A9E
Complementary color
Monochromatic Colors of #C08A9E
Black with #C08A9E
Text Example
Text Example
White with #C08A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A9E; }
p { color: rgb(192,138,158); }
H1.HeaderClassName
{
color: #C08A9E;
}
.AnyTagClassName
{
color: #C08A9E;
}
</style>
background-color css
<style>
a { background-color: #C08A9E; }
a { background-color: rgb(192,138,158); }
div.DivClassName
{
background-color: #C08A9E;
}
.BgClassName
{
background-color: #C08A9E;
}
</style>
border-color css
<style>
span { border-color: #C08A9E; }
span { border-color: rgb(192,138,158); }
td.TdClassName
{
border-color: #C08A9E;
}
.TagClassName
{
border-color: #C08A9E;
}
</style>