Shades of Viola #C699A9
Tints of Viola #C699A9
RGB
CMYK
RGB Variations
Color information
#C699A9 (or 0xC699A9) is known color: Viola. HEX triplet: C6, 99 and A9. RGB value is (198,153,169). Sum of RGB (Red+Green+Blue) = 198+153+169=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C699A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699A9 is #396656. Grayscale: #A8A8A8. Windows color (decimal): -3761751 or 11114950. OLE color: 11114950.
HSL color Cylindrical-coordinate representation of color #C699A9: hue angle of 338.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C699A9 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 169 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.22 |
| HSL | 338.67º | 0.28% | 0.69% | - |
| HSV(B) | 338.67º | 0.23% | 0.78% | - |
| XYZ | 41.84 | 37.65 | 42.6 | - |
| YUV | 168.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 169 | 0 | 0.23 | 0.15 | 0.22 | 338.67 | 0.28 | 0.69 |
| Hex | C6 | 99 | A9 | 0 | 17 | F | 16 | 153 | 1C | 45 |
| Octal | 306 | 231 | 251 | 0 | 27 | 17 | 26 | 523 | 34 | 105 |
| Binary | 11000110 | 10011001 | 10101001 | 0 | 10111 | 1111 | 10110 | 101010011 | 11100 | 1000101 |
Color Harmonies of #C699A9
Complementary color
Monochromatic Colors of #C699A9
Black with #C699A9
Text Example
Text Example
White with #C699A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699A9; }
p { color: rgb(198,153,169); }
H1.HeaderClassName
{
color: #C699A9;
}
.AnyTagClassName
{
color: #C699A9;
}
</style>
background-color css
<style>
a { background-color: #C699A9; }
a { background-color: rgb(198,153,169); }
div.DivClassName
{
background-color: #C699A9;
}
.BgClassName
{
background-color: #C699A9;
}
</style>
border-color css
<style>
span { border-color: #C699A9; }
span { border-color: rgb(198,153,169); }
td.TdClassName
{
border-color: #C699A9;
}
.TagClassName
{
border-color: #C699A9;
}
</style>