Shades of Viola #C098A6
Tints of Viola #C098A6
RGB
CMYK
RGB Variations
Color information
#C098A6 (or 0xC098A6) is known color: Viola. HEX triplet: C0, 98 and A6. RGB value is (192,152,166). Sum of RGB (Red+Green+Blue) = 192+152+166=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C098A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C098A6 is #3F6759. Grayscale: #A5A5A5. Windows color (decimal): -4155226 or 10918080. OLE color: 10918080.
HSL color Cylindrical-coordinate representation of color #C098A6: hue angle of 339º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C098A6 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 166 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.25 |
| HSL | 339º | 0.24% | 0.67% | - |
| HSV(B) | 339º | 0.21% | 0.75% | - |
| XYZ | 39.85 | 36.42 | 41.01 | - |
| YUV | 165.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 166 | 0 | 0.21 | 0.14 | 0.25 | 339 | 0.24 | 0.67 |
| Hex | C0 | 98 | A6 | 0 | 15 | E | 19 | 153 | 18 | 43 |
| Octal | 300 | 230 | 246 | 0 | 25 | 16 | 31 | 523 | 30 | 103 |
| Binary | 11000000 | 10011000 | 10100110 | 0 | 10101 | 1110 | 11001 | 101010011 | 11000 | 1000011 |
Color Harmonies of #C098A6
Complementary color
Monochromatic Colors of #C098A6
Black with #C098A6
Text Example
Text Example
White with #C098A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C098A6; }
p { color: rgb(192,152,166); }
H1.HeaderClassName
{
color: #C098A6;
}
.AnyTagClassName
{
color: #C098A6;
}
</style>
background-color css
<style>
a { background-color: #C098A6; }
a { background-color: rgb(192,152,166); }
div.DivClassName
{
background-color: #C098A6;
}
.BgClassName
{
background-color: #C098A6;
}
</style>
border-color css
<style>
span { border-color: #C098A6; }
span { border-color: rgb(192,152,166); }
td.TdClassName
{
border-color: #C098A6;
}
.TagClassName
{
border-color: #C098A6;
}
</style>