Shades of Viola #C595A7
Tints of Viola #C595A7
RGB
CMYK
RGB Variations
Color information
#C595A7 (or 0xC595A7) is known color: Viola. HEX triplet: C5, 95 and A7. RGB value is (197,149,167). Sum of RGB (Red+Green+Blue) = 197+149+167=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C595A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C595A7 is #3A6A58. Grayscale: #A5A5A5. Windows color (decimal): -3828313 or 10982853. OLE color: 10982853.
HSL color Cylindrical-coordinate representation of color #C595A7: hue angle of 337.5º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C595A7 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 167 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.23 |
| HSL | 337.5º | 0.29% | 0.68% | - |
| HSV(B) | 337.5º | 0.24% | 0.77% | - |
| XYZ | 40.75 | 36.16 | 41.39 | - |
| YUV | 165.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 167 | 0 | 0.24 | 0.15 | 0.23 | 337.5 | 0.29 | 0.68 |
| Hex | C5 | 95 | A7 | 0 | 18 | F | 17 | 152 | 1D | 44 |
| Octal | 305 | 225 | 247 | 0 | 30 | 17 | 27 | 522 | 35 | 104 |
| Binary | 11000101 | 10010101 | 10100111 | 0 | 11000 | 1111 | 10111 | 101010010 | 11101 | 1000100 |
Color Harmonies of #C595A7
Complementary color
Monochromatic Colors of #C595A7
Black with #C595A7
Text Example
Text Example
White with #C595A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C595A7; }
p { color: rgb(197,149,167); }
H1.HeaderClassName
{
color: #C595A7;
}
.AnyTagClassName
{
color: #C595A7;
}
</style>
background-color css
<style>
a { background-color: #C595A7; }
a { background-color: rgb(197,149,167); }
div.DivClassName
{
background-color: #C595A7;
}
.BgClassName
{
background-color: #C595A7;
}
</style>
border-color css
<style>
span { border-color: #C595A7; }
span { border-color: rgb(197,149,167); }
td.TdClassName
{
border-color: #C595A7;
}
.TagClassName
{
border-color: #C595A7;
}
</style>