Shades of Ruby #C50A60
Tints of Ruby #C50A60
RGB
CMYK
RGB Variations
Color information
#C50A60 (or 0xC50A60) is known color: Ruby. HEX triplet: C5, 0A and 60. RGB value is (197,10,96). Sum of RGB (Red+Green+Blue) = 197+10+96=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50A60 is #3AF59F. Grayscale: #4B4B4B. Windows color (decimal): -3863968 or 6294213. OLE color: 6294213.
HSL color Cylindrical-coordinate representation of color #C50A60: hue angle of 332.41º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50A60 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 96 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.23 |
| HSL | 332.41º | 0.9% | 0.41% | - |
| HSV(B) | 332.41º | 0.95% | 0.77% | - |
| XYZ | 25.25 | 12.93 | 12.23 | - |
| YUV | 75.72 | 139.45 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 96 | 0 | 0.95 | 0.51 | 0.23 | 332.41 | 0.9 | 0.41 |
| Hex | C5 | A | 60 | 0 | 5F | 33 | 17 | 14C | 5A | 29 |
| Octal | 305 | 12 | 140 | 0 | 137 | 63 | 27 | 514 | 132 | 51 |
| Binary | 11000101 | 1010 | 1100000 | 0 | 1011111 | 110011 | 10111 | 101001100 | 1011010 | 101001 |
Color Harmonies of #C50A60
Complementary color
Monochromatic Colors of #C50A60
Black with #C50A60
Text Example
Text Example
White with #C50A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50A60; }
p { color: rgb(197,10,96); }
H1.HeaderClassName
{
color: #C50A60;
}
.AnyTagClassName
{
color: #C50A60;
}
</style>
background-color css
<style>
a { background-color: #C50A60; }
a { background-color: rgb(197,10,96); }
div.DivClassName
{
background-color: #C50A60;
}
.BgClassName
{
background-color: #C50A60;
}
</style>
border-color css
<style>
span { border-color: #C50A60; }
span { border-color: rgb(197,10,96); }
td.TdClassName
{
border-color: #C50A60;
}
.TagClassName
{
border-color: #C50A60;
}
</style>