Shades of Ruby #C50960
Tints of Ruby #C50960
RGB
CMYK
RGB Variations
Color information
#C50960 (or 0xC50960) is known color: Ruby. HEX triplet: C5, 09 and 60. RGB value is (197,9,96). Sum of RGB (Red+Green+Blue) = 197+9+96=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C50960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50960 is #3AF69F. Grayscale: #4A4A4A. Windows color (decimal): -3864224 or 6293957. OLE color: 6293957.
HSL color Cylindrical-coordinate representation of color #C50960: hue angle of 332.23º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50960 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 96 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.23 |
| HSL | 332.23º | 0.91% | 0.4% | - |
| HSV(B) | 332.23º | 0.95% | 0.77% | - |
| XYZ | 25.23 | 12.91 | 12.23 | - |
| YUV | 75.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 96 | 0 | 0.95 | 0.51 | 0.23 | 332.23 | 0.91 | 0.4 |
| Hex | C5 | 9 | 60 | 0 | 5F | 33 | 17 | 14C | 5B | 28 |
| Octal | 305 | 11 | 140 | 0 | 137 | 63 | 27 | 514 | 133 | 50 |
| Binary | 11000101 | 1001 | 1100000 | 0 | 1011111 | 110011 | 10111 | 101001100 | 1011011 | 101000 |
Color Harmonies of #C50960
Complementary color
Monochromatic Colors of #C50960
Black with #C50960
Text Example
Text Example
White with #C50960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50960; }
p { color: rgb(197,9,96); }
H1.HeaderClassName
{
color: #C50960;
}
.AnyTagClassName
{
color: #C50960;
}
</style>
background-color css
<style>
a { background-color: #C50960; }
a { background-color: rgb(197,9,96); }
div.DivClassName
{
background-color: #C50960;
}
.BgClassName
{
background-color: #C50960;
}
</style>
border-color css
<style>
span { border-color: #C50960; }
span { border-color: rgb(197,9,96); }
td.TdClassName
{
border-color: #C50960;
}
.TagClassName
{
border-color: #C50960;
}
</style>