Shades of Viola #C69198
Tints of Viola #C69198
RGB
CMYK
RGB Variations
Color information
#C69198 (or 0xC69198) is known color: Viola. HEX triplet: C6, 91 and 98. RGB value is (198,145,152). Sum of RGB (Red+Green+Blue) = 198+145+152=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C69198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69198 is #396E67. Grayscale: #A1A1A1. Windows color (decimal): -3763816 or 9998790. OLE color: 9998790.
HSL color Cylindrical-coordinate representation of color #C69198: hue angle of 352.08º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C69198 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 152 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.22 |
| HSL | 352.08º | 0.32% | 0.67% | - |
| HSV(B) | 352.08º | 0.27% | 0.78% | - |
| XYZ | 39.08 | 34.52 | 34.31 | - |
| YUV | 161.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 152 | 0 | 0.27 | 0.23 | 0.22 | 352.08 | 0.32 | 0.67 |
| Hex | C6 | 91 | 98 | 0 | 1B | 17 | 16 | 160 | 20 | 43 |
| Octal | 306 | 221 | 230 | 0 | 33 | 27 | 26 | 540 | 40 | 103 |
| Binary | 11000110 | 10010001 | 10011000 | 0 | 11011 | 10111 | 10110 | 101100000 | 100000 | 1000011 |
Color Harmonies of #C69198
Complementary color
Monochromatic Colors of #C69198
Black with #C69198
Text Example
Text Example
White with #C69198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69198; }
p { color: rgb(198,145,152); }
H1.HeaderClassName
{
color: #C69198;
}
.AnyTagClassName
{
color: #C69198;
}
</style>
background-color css
<style>
a { background-color: #C69198; }
a { background-color: rgb(198,145,152); }
div.DivClassName
{
background-color: #C69198;
}
.BgClassName
{
background-color: #C69198;
}
</style>
border-color css
<style>
span { border-color: #C69198; }
span { border-color: rgb(198,145,152); }
td.TdClassName
{
border-color: #C69198;
}
.TagClassName
{
border-color: #C69198;
}
</style>