Shades of Viola #C08E9C
Tints of Viola #C08E9C
RGB
CMYK
RGB Variations
Color information
#C08E9C (or 0xC08E9C) is known color: Viola. HEX triplet: C0, 8E and 9C. RGB value is (192,142,156). Sum of RGB (Red+Green+Blue) = 192+142+156=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08E9C is #3F7163. Grayscale: #9E9E9E. Windows color (decimal): -4157796 or 10260160. OLE color: 10260160.
HSL color Cylindrical-coordinate representation of color #C08E9C: hue angle of 343.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08E9C is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 156 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.25 |
| HSL | 343.2º | 0.28% | 0.65% | - |
| HSV(B) | 343.2º | 0.26% | 0.75% | - |
| XYZ | 37.41 | 32.95 | 35.84 | - |
| YUV | 158.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 156 | 0 | 0.26 | 0.19 | 0.25 | 343.2 | 0.28 | 0.65 |
| Hex | C0 | 8E | 9C | 0 | 1A | 13 | 19 | 157 | 1C | 41 |
| Octal | 300 | 216 | 234 | 0 | 32 | 23 | 31 | 527 | 34 | 101 |
| Binary | 11000000 | 10001110 | 10011100 | 0 | 11010 | 10011 | 11001 | 101010111 | 11100 | 1000001 |
Color Harmonies of #C08E9C
Complementary color
Monochromatic Colors of #C08E9C
Black with #C08E9C
Text Example
Text Example
White with #C08E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E9C; }
p { color: rgb(192,142,156); }
H1.HeaderClassName
{
color: #C08E9C;
}
.AnyTagClassName
{
color: #C08E9C;
}
</style>
background-color css
<style>
a { background-color: #C08E9C; }
a { background-color: rgb(192,142,156); }
div.DivClassName
{
background-color: #C08E9C;
}
.BgClassName
{
background-color: #C08E9C;
}
</style>
border-color css
<style>
span { border-color: #C08E9C; }
span { border-color: rgb(192,142,156); }
td.TdClassName
{
border-color: #C08E9C;
}
.TagClassName
{
border-color: #C08E9C;
}
</style>