Shades of Ruby #C5195A
Tints of Ruby #C5195A
RGB
CMYK
RGB Variations
Color information
#C5195A (or 0xC5195A) is known color: Ruby. HEX triplet: C5, 19 and 5A. RGB value is (197,25,90). Sum of RGB (Red+Green+Blue) = 197+25+90=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5195A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5195A is #3AE6A5. Grayscale: #535353. Windows color (decimal): -3860134 or 5904837. OLE color: 5904837.
HSL color Cylindrical-coordinate representation of color #C5195A: hue angle of 337.33º 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 #C5195A is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 90 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.23 |
| HSL | 337.33º | 0.77% | 0.44% | - |
| HSV(B) | 337.33º | 0.87% | 0.77% | - |
| XYZ | 25.22 | 13.3 | 10.91 | - |
| YUV | 83.84 | 131.48 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 90 | 0 | 0.87 | 0.54 | 0.23 | 337.33 | 0.77 | 0.44 |
| Hex | C5 | 19 | 5A | 0 | 57 | 36 | 17 | 151 | 4D | 2C |
| Octal | 305 | 31 | 132 | 0 | 127 | 66 | 27 | 521 | 115 | 54 |
| Binary | 11000101 | 11001 | 1011010 | 0 | 1010111 | 110110 | 10111 | 101010001 | 1001101 | 101100 |
Color Harmonies of #C5195A
Complementary color
Monochromatic Colors of #C5195A
Black with #C5195A
Text Example
Text Example
White with #C5195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5195A; }
p { color: rgb(197,25,90); }
H1.HeaderClassName
{
color: #C5195A;
}
.AnyTagClassName
{
color: #C5195A;
}
</style>
background-color css
<style>
a { background-color: #C5195A; }
a { background-color: rgb(197,25,90); }
div.DivClassName
{
background-color: #C5195A;
}
.BgClassName
{
background-color: #C5195A;
}
</style>
border-color css
<style>
span { border-color: #C5195A; }
span { border-color: rgb(197,25,90); }
td.TdClassName
{
border-color: #C5195A;
}
.TagClassName
{
border-color: #C5195A;
}
</style>