Shades of Viola #C595A4
Tints of Viola #C595A4
RGB
CMYK
RGB Variations
Color information
#C595A4 (or 0xC595A4) is known color: Viola. HEX triplet: C5, 95 and A4. RGB value is (197,149,164). Sum of RGB (Red+Green+Blue) = 197+149+164=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C595A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C595A4 is #3A6A5B. Grayscale: #A5A5A5. Windows color (decimal): -3828316 or 10786245. OLE color: 10786245.
HSL color Cylindrical-coordinate representation of color #C595A4: hue angle of 341.25º 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 #C595A4 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 164 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.23 |
| HSL | 341.25º | 0.29% | 0.68% | - |
| HSV(B) | 341.25º | 0.24% | 0.77% | - |
| XYZ | 40.47 | 36.05 | 39.95 | - |
| YUV | 165.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 164 | 0 | 0.24 | 0.17 | 0.23 | 341.25 | 0.29 | 0.68 |
| Hex | C5 | 95 | A4 | 0 | 18 | 11 | 17 | 155 | 1D | 44 |
| Octal | 305 | 225 | 244 | 0 | 30 | 21 | 27 | 525 | 35 | 104 |
| Binary | 11000101 | 10010101 | 10100100 | 0 | 11000 | 10001 | 10111 | 101010101 | 11101 | 1000100 |
Color Harmonies of #C595A4
Complementary color
Monochromatic Colors of #C595A4
Black with #C595A4
Text Example
Text Example
White with #C595A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C595A4; }
p { color: rgb(197,149,164); }
H1.HeaderClassName
{
color: #C595A4;
}
.AnyTagClassName
{
color: #C595A4;
}
</style>
background-color css
<style>
a { background-color: #C595A4; }
a { background-color: rgb(197,149,164); }
div.DivClassName
{
background-color: #C595A4;
}
.BgClassName
{
background-color: #C595A4;
}
</style>
border-color css
<style>
span { border-color: #C595A4; }
span { border-color: rgb(197,149,164); }
td.TdClassName
{
border-color: #C595A4;
}
.TagClassName
{
border-color: #C595A4;
}
</style>