Shades of Ruby #C50760
Tints of Ruby #C50760
RGB
CMYK
RGB Variations
Color information
#C50760 (or 0xC50760) is known color: Ruby. HEX triplet: C5, 07 and 60. RGB value is (197,7,96). Sum of RGB (Red+Green+Blue) = 197+7+96=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C50760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50760 is #3AF89F. Grayscale: #494949. Windows color (decimal): -3864736 or 6293445. OLE color: 6293445.
HSL color Cylindrical-coordinate representation of color #C50760: hue angle of 331.89º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50760 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 96 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.23 |
| HSL | 331.89º | 0.93% | 0.4% | - |
| HSV(B) | 331.89º | 0.96% | 0.77% | - |
| XYZ | 25.21 | 12.87 | 12.22 | - |
| YUV | 73.96 | 140.45 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 96 | 0 | 0.96 | 0.51 | 0.23 | 331.89 | 0.93 | 0.4 |
| Hex | C5 | 7 | 60 | 0 | 60 | 33 | 17 | 14C | 5D | 28 |
| Octal | 305 | 7 | 140 | 0 | 140 | 63 | 27 | 514 | 135 | 50 |
| Binary | 11000101 | 111 | 1100000 | 0 | 1100000 | 110011 | 10111 | 101001100 | 1011101 | 101000 |
Color Harmonies of #C50760
Complementary color
Monochromatic Colors of #C50760
Black with #C50760
Text Example
Text Example
White with #C50760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50760; }
p { color: rgb(197,7,96); }
H1.HeaderClassName
{
color: #C50760;
}
.AnyTagClassName
{
color: #C50760;
}
</style>
background-color css
<style>
a { background-color: #C50760; }
a { background-color: rgb(197,7,96); }
div.DivClassName
{
background-color: #C50760;
}
.BgClassName
{
background-color: #C50760;
}
</style>
border-color css
<style>
span { border-color: #C50760; }
span { border-color: rgb(197,7,96); }
td.TdClassName
{
border-color: #C50760;
}
.TagClassName
{
border-color: #C50760;
}
</style>