Shades of Ruby #C50755
Tints of Ruby #C50755
RGB
CMYK
RGB Variations
Color information
#C50755 (or 0xC50755) is known color: Ruby. HEX triplet: C5, 07 and 55. RGB value is (197,7,85). Sum of RGB (Red+Green+Blue) = 197+7+85=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C50755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50755 is #3AF8AA. Grayscale: #484848. Windows color (decimal): -3864747 or 5572549. OLE color: 5572549.
HSL color Cylindrical-coordinate representation of color #C50755: hue angle of 335.37º 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 #C50755 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 85 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.23 |
| HSL | 335.37º | 0.93% | 0.4% | - |
| HSV(B) | 335.37º | 0.96% | 0.77% | - |
| XYZ | 24.74 | 12.68 | 9.74 | - |
| YUV | 72.7 | 134.95 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 85 | 0 | 0.96 | 0.57 | 0.23 | 335.37 | 0.93 | 0.4 |
| Hex | C5 | 7 | 55 | 0 | 60 | 39 | 17 | 14F | 5D | 28 |
| Octal | 305 | 7 | 125 | 0 | 140 | 71 | 27 | 517 | 135 | 50 |
| Binary | 11000101 | 111 | 1010101 | 0 | 1100000 | 111001 | 10111 | 101001111 | 1011101 | 101000 |
Color Harmonies of #C50755
Complementary color
Monochromatic Colors of #C50755
Black with #C50755
Text Example
Text Example
White with #C50755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50755; }
p { color: rgb(197,7,85); }
H1.HeaderClassName
{
color: #C50755;
}
.AnyTagClassName
{
color: #C50755;
}
</style>
background-color css
<style>
a { background-color: #C50755; }
a { background-color: rgb(197,7,85); }
div.DivClassName
{
background-color: #C50755;
}
.BgClassName
{
background-color: #C50755;
}
</style>
border-color css
<style>
span { border-color: #C50755; }
span { border-color: rgb(197,7,85); }
td.TdClassName
{
border-color: #C50755;
}
.TagClassName
{
border-color: #C50755;
}
</style>