Shades of Ruby #C50360
Tints of Ruby #C50360
RGB
CMYK
RGB Variations
Color information
#C50360 (or 0xC50360) is known color: Ruby. HEX triplet: C5, 03 and 60. RGB value is (197,3,96). Sum of RGB (Red+Green+Blue) = 197+3+96=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C50360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50360 is #3AFC9F. Grayscale: #474747. Windows color (decimal): -3865760 or 6292421. OLE color: 6292421.
HSL color Cylindrical-coordinate representation of color #C50360: hue angle of 331.24º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50360 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 96 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.23 |
| HSL | 331.24º | 0.97% | 0.39% | - |
| HSV(B) | 331.24º | 0.98% | 0.77% | - |
| XYZ | 25.17 | 12.78 | 12.21 | - |
| YUV | 71.61 | 141.77 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 96 | 0 | 0.98 | 0.51 | 0.23 | 331.24 | 0.97 | 0.39 |
| Hex | C5 | 3 | 60 | 0 | 62 | 33 | 17 | 14B | 61 | 27 |
| Octal | 305 | 3 | 140 | 0 | 142 | 63 | 27 | 513 | 141 | 47 |
| Binary | 11000101 | 11 | 1100000 | 0 | 1100010 | 110011 | 10111 | 101001011 | 1100001 | 100111 |
Color Harmonies of #C50360
Complementary color
Monochromatic Colors of #C50360
Black with #C50360
Text Example
Text Example
White with #C50360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50360; }
p { color: rgb(197,3,96); }
H1.HeaderClassName
{
color: #C50360;
}
.AnyTagClassName
{
color: #C50360;
}
</style>
background-color css
<style>
a { background-color: #C50360; }
a { background-color: rgb(197,3,96); }
div.DivClassName
{
background-color: #C50360;
}
.BgClassName
{
background-color: #C50360;
}
</style>
border-color css
<style>
span { border-color: #C50360; }
span { border-color: rgb(197,3,96); }
td.TdClassName
{
border-color: #C50360;
}
.TagClassName
{
border-color: #C50360;
}
</style>