Shades of Viola #C699AA
Tints of Viola #C699AA
RGB
CMYK
RGB Variations
Color information
#C699AA (or 0xC699AA) is known color: Viola. HEX triplet: C6, 99 and AA. RGB value is (198,153,170). Sum of RGB (Red+Green+Blue) = 198+153+170=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C699AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699AA is #396655. Grayscale: #A8A8A8. Windows color (decimal): -3761750 or 11180486. OLE color: 11180486.
HSL color Cylindrical-coordinate representation of color #C699AA: hue angle of 337.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 #C699AA is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 170 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.22 |
| HSL | 337.33º | 0.28% | 0.69% | - |
| HSV(B) | 337.33º | 0.23% | 0.78% | - |
| XYZ | 41.94 | 37.69 | 43.09 | - |
| YUV | 168.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 170 | 0 | 0.23 | 0.14 | 0.22 | 337.33 | 0.28 | 0.69 |
| Hex | C6 | 99 | AA | 0 | 17 | E | 16 | 151 | 1C | 45 |
| Octal | 306 | 231 | 252 | 0 | 27 | 16 | 26 | 521 | 34 | 105 |
| Binary | 11000110 | 10011001 | 10101010 | 0 | 10111 | 1110 | 10110 | 101010001 | 11100 | 1000101 |
Color Harmonies of #C699AA
Complementary color
Monochromatic Colors of #C699AA
Black with #C699AA
Text Example
Text Example
White with #C699AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699AA; }
p { color: rgb(198,153,170); }
H1.HeaderClassName
{
color: #C699AA;
}
.AnyTagClassName
{
color: #C699AA;
}
</style>
background-color css
<style>
a { background-color: #C699AA; }
a { background-color: rgb(198,153,170); }
div.DivClassName
{
background-color: #C699AA;
}
.BgClassName
{
background-color: #C699AA;
}
</style>
border-color css
<style>
span { border-color: #C699AA; }
span { border-color: rgb(198,153,170); }
td.TdClassName
{
border-color: #C699AA;
}
.TagClassName
{
border-color: #C699AA;
}
</style>