Shades of Viola #C699A7
Tints of Viola #C699A7
RGB
CMYK
RGB Variations
Color information
#C699A7 (or 0xC699A7) is known color: Viola. HEX triplet: C6, 99 and A7. RGB value is (198,153,167). Sum of RGB (Red+Green+Blue) = 198+153+167=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C699A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699A7 is #396658. Grayscale: #A8A8A8. Windows color (decimal): -3761753 or 10983878. OLE color: 10983878.
HSL color Cylindrical-coordinate representation of color #C699A7: hue angle of 341.33º 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 #C699A7 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 167 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.22 |
| HSL | 341.33º | 0.28% | 0.69% | - |
| HSV(B) | 341.33º | 0.23% | 0.78% | - |
| XYZ | 41.65 | 37.58 | 41.62 | - |
| YUV | 168.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 167 | 0 | 0.23 | 0.16 | 0.22 | 341.33 | 0.28 | 0.69 |
| Hex | C6 | 99 | A7 | 0 | 17 | 10 | 16 | 155 | 1C | 45 |
| Octal | 306 | 231 | 247 | 0 | 27 | 20 | 26 | 525 | 34 | 105 |
| Binary | 11000110 | 10011001 | 10100111 | 0 | 10111 | 10000 | 10110 | 101010101 | 11100 | 1000101 |
Color Harmonies of #C699A7
Complementary color
Monochromatic Colors of #C699A7
Black with #C699A7
Text Example
Text Example
White with #C699A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699A7; }
p { color: rgb(198,153,167); }
H1.HeaderClassName
{
color: #C699A7;
}
.AnyTagClassName
{
color: #C699A7;
}
</style>
background-color css
<style>
a { background-color: #C699A7; }
a { background-color: rgb(198,153,167); }
div.DivClassName
{
background-color: #C699A7;
}
.BgClassName
{
background-color: #C699A7;
}
</style>
border-color css
<style>
span { border-color: #C699A7; }
span { border-color: rgb(198,153,167); }
td.TdClassName
{
border-color: #C699A7;
}
.TagClassName
{
border-color: #C699A7;
}
</style>