Shades of Viola #C6899F
Tints of Viola #C6899F
RGB
CMYK
RGB Variations
Color information
#C6899F (or 0xC6899F) is known color: Viola. HEX triplet: C6, 89 and 9F. RGB value is (198,137,159). Sum of RGB (Red+Green+Blue) = 198+137+159=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C6899F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6899F is #397660. Grayscale: #9D9D9D. Windows color (decimal): -3765857 or 10455494. OLE color: 10455494.
HSL color Cylindrical-coordinate representation of color #C6899F: hue angle of 338.36º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6899F is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 159 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.22 |
| HSL | 338.36º | 0.35% | 0.66% | - |
| HSV(B) | 338.36º | 0.31% | 0.78% | - |
| XYZ | 38.49 | 32.4 | 37.03 | - |
| YUV | 157.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 159 | 0 | 0.31 | 0.20 | 0.22 | 338.36 | 0.35 | 0.66 |
| Hex | C6 | 89 | 9F | 0 | 1F | 14 | 16 | 152 | 23 | 42 |
| Octal | 306 | 211 | 237 | 0 | 37 | 24 | 26 | 522 | 43 | 102 |
| Binary | 11000110 | 10001001 | 10011111 | 0 | 11111 | 10100 | 10110 | 101010010 | 100011 | 1000010 |
Color Harmonies of #C6899F
Complementary color
Monochromatic Colors of #C6899F
Black with #C6899F
Text Example
Text Example
White with #C6899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6899F; }
p { color: rgb(198,137,159); }
H1.HeaderClassName
{
color: #C6899F;
}
.AnyTagClassName
{
color: #C6899F;
}
</style>
background-color css
<style>
a { background-color: #C6899F; }
a { background-color: rgb(198,137,159); }
div.DivClassName
{
background-color: #C6899F;
}
.BgClassName
{
background-color: #C6899F;
}
</style>
border-color css
<style>
span { border-color: #C6899F; }
span { border-color: rgb(198,137,159); }
td.TdClassName
{
border-color: #C6899F;
}
.TagClassName
{
border-color: #C6899F;
}
</style>