Shades of Viola #C695A9
Tints of Viola #C695A9
RGB
CMYK
RGB Variations
Color information
#C695A9 (or 0xC695A9) is known color: Viola. HEX triplet: C6, 95 and A9. RGB value is (198,149,169). Sum of RGB (Red+Green+Blue) = 198+149+169=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C695A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C695A9 is #396A56. Grayscale: #A5A5A5. Windows color (decimal): -3762775 or 11113926. OLE color: 11113926.
HSL color Cylindrical-coordinate representation of color #C695A9: hue angle of 335.51º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C695A9 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 169 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.22 |
| HSL | 335.51º | 0.3% | 0.68% | - |
| HSV(B) | 335.51º | 0.25% | 0.78% | - |
| XYZ | 41.2 | 36.37 | 42.38 | - |
| YUV | 165.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 169 | 0 | 0.25 | 0.15 | 0.22 | 335.51 | 0.3 | 0.68 |
| Hex | C6 | 95 | A9 | 0 | 19 | F | 16 | 150 | 1E | 44 |
| Octal | 306 | 225 | 251 | 0 | 31 | 17 | 26 | 520 | 36 | 104 |
| Binary | 11000110 | 10010101 | 10101001 | 0 | 11001 | 1111 | 10110 | 101010000 | 11110 | 1000100 |
Color Harmonies of #C695A9
Complementary color
Monochromatic Colors of #C695A9
Black with #C695A9
Text Example
Text Example
White with #C695A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C695A9; }
p { color: rgb(198,149,169); }
H1.HeaderClassName
{
color: #C695A9;
}
.AnyTagClassName
{
color: #C695A9;
}
</style>
background-color css
<style>
a { background-color: #C695A9; }
a { background-color: rgb(198,149,169); }
div.DivClassName
{
background-color: #C695A9;
}
.BgClassName
{
background-color: #C695A9;
}
</style>
border-color css
<style>
span { border-color: #C695A9; }
span { border-color: rgb(198,149,169); }
td.TdClassName
{
border-color: #C695A9;
}
.TagClassName
{
border-color: #C695A9;
}
</style>