Shades of Viola #C695A5
Tints of Viola #C695A5
RGB
CMYK
RGB Variations
Color information
#C695A5 (or 0xC695A5) is known color: Viola. HEX triplet: C6, 95 and A5. RGB value is (198,149,165). Sum of RGB (Red+Green+Blue) = 198+149+165=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C695A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C695A5 is #396A5A. Grayscale: #A5A5A5. Windows color (decimal): -3762779 or 10851782. OLE color: 10851782.
HSL color Cylindrical-coordinate representation of color #C695A5: hue angle of 340.41º 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 #C695A5 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 165 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.22 |
| HSL | 340.41º | 0.3% | 0.68% | - |
| HSV(B) | 340.41º | 0.25% | 0.78% | - |
| XYZ | 40.83 | 36.22 | 40.44 | - |
| YUV | 165.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 165 | 0 | 0.25 | 0.17 | 0.22 | 340.41 | 0.3 | 0.68 |
| Hex | C6 | 95 | A5 | 0 | 19 | 11 | 16 | 154 | 1E | 44 |
| Octal | 306 | 225 | 245 | 0 | 31 | 21 | 26 | 524 | 36 | 104 |
| Binary | 11000110 | 10010101 | 10100101 | 0 | 11001 | 10001 | 10110 | 101010100 | 11110 | 1000100 |
Color Harmonies of #C695A5
Complementary color
Monochromatic Colors of #C695A5
Black with #C695A5
Text Example
Text Example
White with #C695A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C695A5; }
p { color: rgb(198,149,165); }
H1.HeaderClassName
{
color: #C695A5;
}
.AnyTagClassName
{
color: #C695A5;
}
</style>
background-color css
<style>
a { background-color: #C695A5; }
a { background-color: rgb(198,149,165); }
div.DivClassName
{
background-color: #C695A5;
}
.BgClassName
{
background-color: #C695A5;
}
</style>
border-color css
<style>
span { border-color: #C695A5; }
span { border-color: rgb(198,149,165); }
td.TdClassName
{
border-color: #C695A5;
}
.TagClassName
{
border-color: #C695A5;
}
</style>