Shades of Viola #C08998
Tints of Viola #C08998
RGB
CMYK
RGB Variations
Color information
#C08998 (or 0xC08998) is known color: Viola. HEX triplet: C0, 89 and 98. RGB value is (192,137,152). Sum of RGB (Red+Green+Blue) = 192+137+152=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C08998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08998 is #3F7667. Grayscale: #9B9B9B. Windows color (decimal): -4159080 or 9996736. OLE color: 9996736.
HSL color Cylindrical-coordinate representation of color #C08998: hue angle of 343.64º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C08998 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 152 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.25 |
| HSL | 343.64º | 0.3% | 0.65% | - |
| HSV(B) | 343.64º | 0.29% | 0.75% | - |
| XYZ | 36.35 | 31.36 | 33.84 | - |
| YUV | 155.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 152 | 0 | 0.29 | 0.21 | 0.25 | 343.64 | 0.3 | 0.65 |
| Hex | C0 | 89 | 98 | 0 | 1D | 15 | 19 | 158 | 1E | 41 |
| Octal | 300 | 211 | 230 | 0 | 35 | 25 | 31 | 530 | 36 | 101 |
| Binary | 11000000 | 10001001 | 10011000 | 0 | 11101 | 10101 | 11001 | 101011000 | 11110 | 1000001 |
Color Harmonies of #C08998
Complementary color
Monochromatic Colors of #C08998
Black with #C08998
Text Example
Text Example
White with #C08998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08998; }
p { color: rgb(192,137,152); }
H1.HeaderClassName
{
color: #C08998;
}
.AnyTagClassName
{
color: #C08998;
}
</style>
background-color css
<style>
a { background-color: #C08998; }
a { background-color: rgb(192,137,152); }
div.DivClassName
{
background-color: #C08998;
}
.BgClassName
{
background-color: #C08998;
}
</style>
border-color css
<style>
span { border-color: #C08998; }
span { border-color: rgb(192,137,152); }
td.TdClassName
{
border-color: #C08998;
}
.TagClassName
{
border-color: #C08998;
}
</style>