Shades of Viola #C99098
Tints of Viola #C99098
RGB
CMYK
RGB Variations
Color information
#C99098 (or 0xC99098) is known color: Viola. HEX triplet: C9, 90 and 98. RGB value is (201,144,152). Sum of RGB (Red+Green+Blue) = 201+144+152=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C99098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99098 is #366F67. Grayscale: #A1A1A1. Windows color (decimal): -3567464 or 9998537. OLE color: 9998537.
HSL color Cylindrical-coordinate representation of color #C99098: hue angle of 351.58º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C99098 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 152 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.21 |
| HSL | 351.58º | 0.35% | 0.68% | - |
| HSV(B) | 351.58º | 0.28% | 0.79% | - |
| XYZ | 39.73 | 34.63 | 34.3 | - |
| YUV | 161.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 152 | 0 | 0.28 | 0.24 | 0.21 | 351.58 | 0.35 | 0.68 |
| Hex | C9 | 90 | 98 | 0 | 1C | 18 | 15 | 160 | 23 | 44 |
| Octal | 311 | 220 | 230 | 0 | 34 | 30 | 25 | 540 | 43 | 104 |
| Binary | 11001001 | 10010000 | 10011000 | 0 | 11100 | 11000 | 10101 | 101100000 | 100011 | 1000100 |
Color Harmonies of #C99098
Complementary color
Monochromatic Colors of #C99098
Black with #C99098
Text Example
Text Example
White with #C99098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99098; }
p { color: rgb(201,144,152); }
H1.HeaderClassName
{
color: #C99098;
}
.AnyTagClassName
{
color: #C99098;
}
</style>
background-color css
<style>
a { background-color: #C99098; }
a { background-color: rgb(201,144,152); }
div.DivClassName
{
background-color: #C99098;
}
.BgClassName
{
background-color: #C99098;
}
</style>
border-color css
<style>
span { border-color: #C99098; }
span { border-color: rgb(201,144,152); }
td.TdClassName
{
border-color: #C99098;
}
.TagClassName
{
border-color: #C99098;
}
</style>