Shades of Ruby #C50663
Tints of Ruby #C50663
RGB
CMYK
RGB Variations
Color information
#C50663 (or 0xC50663) is known color: Ruby. HEX triplet: C5, 06 and 63. RGB value is (197,6,99). Sum of RGB (Red+Green+Blue) = 197+6+99=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C50663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50663 is #3AF99C. Grayscale: #494949. Windows color (decimal): -3864989 or 6489797. OLE color: 6489797.
HSL color Cylindrical-coordinate representation of color #C50663: hue angle of 330.79º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50663 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 99 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.23 |
| HSL | 330.79º | 0.94% | 0.4% | - |
| HSV(B) | 330.79º | 0.97% | 0.77% | - |
| XYZ | 25.34 | 12.9 | 12.96 | - |
| YUV | 73.71 | 142.28 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 99 | 0 | 0.97 | 0.50 | 0.23 | 330.79 | 0.94 | 0.4 |
| Hex | C5 | 6 | 63 | 0 | 61 | 32 | 17 | 14B | 5E | 28 |
| Octal | 305 | 6 | 143 | 0 | 141 | 62 | 27 | 513 | 136 | 50 |
| Binary | 11000101 | 110 | 1100011 | 0 | 1100001 | 110010 | 10111 | 101001011 | 1011110 | 101000 |
Color Harmonies of #C50663
Complementary color
Monochromatic Colors of #C50663
Black with #C50663
Text Example
Text Example
White with #C50663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50663; }
p { color: rgb(197,6,99); }
H1.HeaderClassName
{
color: #C50663;
}
.AnyTagClassName
{
color: #C50663;
}
</style>
background-color css
<style>
a { background-color: #C50663; }
a { background-color: rgb(197,6,99); }
div.DivClassName
{
background-color: #C50663;
}
.BgClassName
{
background-color: #C50663;
}
</style>
border-color css
<style>
span { border-color: #C50663; }
span { border-color: rgb(197,6,99); }
td.TdClassName
{
border-color: #C50663;
}
.TagClassName
{
border-color: #C50663;
}
</style>