Shades of Ruby #C5195E
Tints of Ruby #C5195E
RGB
CMYK
RGB Variations
Color information
#C5195E (or 0xC5195E) is known color: Ruby. HEX triplet: C5, 19 and 5E. RGB value is (197,25,94). Sum of RGB (Red+Green+Blue) = 197+25+94=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C5195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5195E is #3AE6A1. Grayscale: #545454. Windows color (decimal): -3860130 or 6166981. OLE color: 6166981.
HSL color Cylindrical-coordinate representation of color #C5195E: hue angle of 335.93º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5195E is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 94 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.23 |
| HSL | 335.93º | 0.77% | 0.44% | - |
| HSV(B) | 335.93º | 0.87% | 0.77% | - |
| XYZ | 25.39 | 13.37 | 11.83 | - |
| YUV | 84.29 | 133.48 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 94 | 0 | 0.87 | 0.52 | 0.23 | 335.93 | 0.77 | 0.44 |
| Hex | C5 | 19 | 5E | 0 | 57 | 34 | 17 | 150 | 4D | 2C |
| Octal | 305 | 31 | 136 | 0 | 127 | 64 | 27 | 520 | 115 | 54 |
| Binary | 11000101 | 11001 | 1011110 | 0 | 1010111 | 110100 | 10111 | 101010000 | 1001101 | 101100 |
Color Harmonies of #C5195E
Complementary color
Monochromatic Colors of #C5195E
Black with #C5195E
Text Example
Text Example
White with #C5195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5195E; }
p { color: rgb(197,25,94); }
H1.HeaderClassName
{
color: #C5195E;
}
.AnyTagClassName
{
color: #C5195E;
}
</style>
background-color css
<style>
a { background-color: #C5195E; }
a { background-color: rgb(197,25,94); }
div.DivClassName
{
background-color: #C5195E;
}
.BgClassName
{
background-color: #C5195E;
}
</style>
border-color css
<style>
span { border-color: #C5195E; }
span { border-color: rgb(197,25,94); }
td.TdClassName
{
border-color: #C5195E;
}
.TagClassName
{
border-color: #C5195E;
}
</style>