Shades of Viola #C69099
Tints of Viola #C69099
RGB
CMYK
RGB Variations
Color information
#C69099 (or 0xC69099) is known color: Viola. HEX triplet: C6, 90 and 99. RGB value is (198,144,153). Sum of RGB (Red+Green+Blue) = 198+144+153=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C69099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69099 is #396F66. Grayscale: #A1A1A1. Windows color (decimal): -3764071 or 10064070. OLE color: 10064070.
HSL color Cylindrical-coordinate representation of color #C69099: hue angle of 350º 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 #C69099 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 153 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.22 |
| HSL | 350º | 0.32% | 0.67% | - |
| HSV(B) | 350º | 0.27% | 0.78% | - |
| XYZ | 39.01 | 34.25 | 34.69 | - |
| YUV | 161.17 | 123.39 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 153 | 0 | 0.27 | 0.23 | 0.22 | 350 | 0.32 | 0.67 |
| Hex | C6 | 90 | 99 | 0 | 1B | 17 | 16 | 15E | 20 | 43 |
| Octal | 306 | 220 | 231 | 0 | 33 | 27 | 26 | 536 | 40 | 103 |
| Binary | 11000110 | 10010000 | 10011001 | 0 | 11011 | 10111 | 10110 | 101011110 | 100000 | 1000011 |
Color Harmonies of #C69099
Complementary color
Monochromatic Colors of #C69099
Black with #C69099
Text Example
Text Example
White with #C69099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69099; }
p { color: rgb(198,144,153); }
H1.HeaderClassName
{
color: #C69099;
}
.AnyTagClassName
{
color: #C69099;
}
</style>
background-color css
<style>
a { background-color: #C69099; }
a { background-color: rgb(198,144,153); }
div.DivClassName
{
background-color: #C69099;
}
.BgClassName
{
background-color: #C69099;
}
</style>
border-color css
<style>
span { border-color: #C69099; }
span { border-color: rgb(198,144,153); }
td.TdClassName
{
border-color: #C69099;
}
.TagClassName
{
border-color: #C69099;
}
</style>