Shades of Viola #C599A5
Tints of Viola #C599A5
RGB
CMYK
RGB Variations
Color information
#C599A5 (or 0xC599A5) is known color: Viola. HEX triplet: C5, 99 and A5. RGB value is (197,153,165). Sum of RGB (Red+Green+Blue) = 197+153+165=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 197 - color contains mainly: red. Hex color #C599A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C599A5 is #3A665A. Grayscale: #A7A7A7. Windows color (decimal): -3827291 or 10852805. OLE color: 10852805.
HSL color Cylindrical-coordinate representation of color #C599A5: hue angle of 343.64º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C599A5 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 165 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.23 |
| HSL | 343.64º | 0.28% | 0.69% | - |
| HSV(B) | 343.64º | 0.22% | 0.77% | - |
| XYZ | 41.21 | 37.37 | 40.64 | - |
| YUV | 167.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 165 | 0 | 0.22 | 0.16 | 0.23 | 343.64 | 0.28 | 0.69 |
| Hex | C5 | 99 | A5 | 0 | 16 | 10 | 17 | 158 | 1C | 45 |
| Octal | 305 | 231 | 245 | 0 | 26 | 20 | 27 | 530 | 34 | 105 |
| Binary | 11000101 | 10011001 | 10100101 | 0 | 10110 | 10000 | 10111 | 101011000 | 11100 | 1000101 |
Color Harmonies of #C599A5
Complementary color
Monochromatic Colors of #C599A5
Black with #C599A5
Text Example
Text Example
White with #C599A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C599A5; }
p { color: rgb(197,153,165); }
H1.HeaderClassName
{
color: #C599A5;
}
.AnyTagClassName
{
color: #C599A5;
}
</style>
background-color css
<style>
a { background-color: #C599A5; }
a { background-color: rgb(197,153,165); }
div.DivClassName
{
background-color: #C599A5;
}
.BgClassName
{
background-color: #C599A5;
}
</style>
border-color css
<style>
span { border-color: #C599A5; }
span { border-color: rgb(197,153,165); }
td.TdClassName
{
border-color: #C599A5;
}
.TagClassName
{
border-color: #C599A5;
}
</style>