Shades of Viola #C09198
Tints of Viola #C09198
RGB
CMYK
RGB Variations
Color information
#C09198 (or 0xC09198) is known color: Viola. HEX triplet: C0, 91 and 98. RGB value is (192,145,152). Sum of RGB (Red+Green+Blue) = 192+145+152=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C09198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09198 is #3F6E67. Grayscale: #9F9F9F. Windows color (decimal): -4157032 or 9998784. OLE color: 9998784.
HSL color Cylindrical-coordinate representation of color #C09198: hue angle of 351.06º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C09198 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 152 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.25 |
| HSL | 351.06º | 0.27% | 0.66% | - |
| HSV(B) | 351.06º | 0.24% | 0.75% | - |
| XYZ | 37.53 | 33.72 | 34.24 | - |
| YUV | 159.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 152 | 0 | 0.24 | 0.21 | 0.25 | 351.06 | 0.27 | 0.66 |
| Hex | C0 | 91 | 98 | 0 | 18 | 15 | 19 | 15F | 1B | 42 |
| Octal | 300 | 221 | 230 | 0 | 30 | 25 | 31 | 537 | 33 | 102 |
| Binary | 11000000 | 10010001 | 10011000 | 0 | 11000 | 10101 | 11001 | 101011111 | 11011 | 1000010 |
Color Harmonies of #C09198
Complementary color
Monochromatic Colors of #C09198
Black with #C09198
Text Example
Text Example
White with #C09198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09198; }
p { color: rgb(192,145,152); }
H1.HeaderClassName
{
color: #C09198;
}
.AnyTagClassName
{
color: #C09198;
}
</style>
background-color css
<style>
a { background-color: #C09198; }
a { background-color: rgb(192,145,152); }
div.DivClassName
{
background-color: #C09198;
}
.BgClassName
{
background-color: #C09198;
}
</style>
border-color css
<style>
span { border-color: #C09198; }
span { border-color: rgb(192,145,152); }
td.TdClassName
{
border-color: #C09198;
}
.TagClassName
{
border-color: #C09198;
}
</style>