Shades of Viola #C08E9A
Tints of Viola #C08E9A
RGB
CMYK
RGB Variations
Color information
#C08E9A (or 0xC08E9A) is known color: Viola. HEX triplet: C0, 8E and 9A. RGB value is (192,142,154). Sum of RGB (Red+Green+Blue) = 192+142+154=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08E9A is #3F7165. Grayscale: #9E9E9E. Windows color (decimal): -4157798 or 10129088. OLE color: 10129088.
HSL color Cylindrical-coordinate representation of color #C08E9A: hue angle of 345.6º 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 #C08E9A is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 154 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.25 |
| HSL | 345.6º | 0.28% | 0.65% | - |
| HSV(B) | 345.6º | 0.26% | 0.75% | - |
| XYZ | 37.24 | 32.89 | 34.96 | - |
| YUV | 158.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 154 | 0 | 0.26 | 0.20 | 0.25 | 345.6 | 0.28 | 0.65 |
| Hex | C0 | 8E | 9A | 0 | 1A | 14 | 19 | 15A | 1C | 41 |
| Octal | 300 | 216 | 232 | 0 | 32 | 24 | 31 | 532 | 34 | 101 |
| Binary | 11000000 | 10001110 | 10011010 | 0 | 11010 | 10100 | 11001 | 101011010 | 11100 | 1000001 |
Color Harmonies of #C08E9A
Complementary color
Monochromatic Colors of #C08E9A
Black with #C08E9A
Text Example
Text Example
White with #C08E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E9A; }
p { color: rgb(192,142,154); }
H1.HeaderClassName
{
color: #C08E9A;
}
.AnyTagClassName
{
color: #C08E9A;
}
</style>
background-color css
<style>
a { background-color: #C08E9A; }
a { background-color: rgb(192,142,154); }
div.DivClassName
{
background-color: #C08E9A;
}
.BgClassName
{
background-color: #C08E9A;
}
</style>
border-color css
<style>
span { border-color: #C08E9A; }
span { border-color: rgb(192,142,154); }
td.TdClassName
{
border-color: #C08E9A;
}
.TagClassName
{
border-color: #C08E9A;
}
</style>