Shades of Viola #C09098
Tints of Viola #C09098
RGB
CMYK
RGB Variations
Color information
#C09098 (or 0xC09098) is known color: Viola. HEX triplet: C0, 90 and 98. RGB value is (192,144,152). Sum of RGB (Red+Green+Blue) = 192+144+152=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C09098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09098 is #3F6F67. Grayscale: #9F9F9F. Windows color (decimal): -4157288 or 9998528. OLE color: 9998528.
HSL color Cylindrical-coordinate representation of color #C09098: hue angle of 350º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C09098 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 152 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.25 |
| HSL | 350º | 0.28% | 0.66% | - |
| HSV(B) | 350º | 0.25% | 0.75% | - |
| XYZ | 37.38 | 33.42 | 34.19 | - |
| YUV | 159.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 152 | 0 | 0.25 | 0.21 | 0.25 | 350 | 0.28 | 0.66 |
| Hex | C0 | 90 | 98 | 0 | 19 | 15 | 19 | 15E | 1C | 42 |
| Octal | 300 | 220 | 230 | 0 | 31 | 25 | 31 | 536 | 34 | 102 |
| Binary | 11000000 | 10010000 | 10011000 | 0 | 11001 | 10101 | 11001 | 101011110 | 11100 | 1000010 |
Color Harmonies of #C09098
Complementary color
Monochromatic Colors of #C09098
Black with #C09098
Text Example
Text Example
White with #C09098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09098; }
p { color: rgb(192,144,152); }
H1.HeaderClassName
{
color: #C09098;
}
.AnyTagClassName
{
color: #C09098;
}
</style>
background-color css
<style>
a { background-color: #C09098; }
a { background-color: rgb(192,144,152); }
div.DivClassName
{
background-color: #C09098;
}
.BgClassName
{
background-color: #C09098;
}
</style>
border-color css
<style>
span { border-color: #C09098; }
span { border-color: rgb(192,144,152); }
td.TdClassName
{
border-color: #C09098;
}
.TagClassName
{
border-color: #C09098;
}
</style>