Shades of Ruby #C50464
Tints of Ruby #C50464
RGB
CMYK
RGB Variations
Color information
#C50464 (or 0xC50464) is known color: Ruby. HEX triplet: C5, 04 and 64. RGB value is (197,4,100). Sum of RGB (Red+Green+Blue) = 197+4+100=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C50464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50464 is #3AFB9B. Grayscale: #484848. Windows color (decimal): -3865500 or 6554821. OLE color: 6554821.
HSL color Cylindrical-coordinate representation of color #C50464: hue angle of 330.16º degrees, saturation: 0.96, 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 #C50464 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 100 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.23 |
| HSL | 330.16º | 0.96% | 0.39% | - |
| HSV(B) | 330.16º | 0.98% | 0.77% | - |
| XYZ | 25.37 | 12.88 | 13.21 | - |
| YUV | 72.65 | 143.44 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 100 | 0 | 0.98 | 0.49 | 0.23 | 330.16 | 0.96 | 0.39 |
| Hex | C5 | 4 | 64 | 0 | 62 | 31 | 17 | 14A | 60 | 27 |
| Octal | 305 | 4 | 144 | 0 | 142 | 61 | 27 | 512 | 140 | 47 |
| Binary | 11000101 | 100 | 1100100 | 0 | 1100010 | 110001 | 10111 | 101001010 | 1100000 | 100111 |
Color Harmonies of #C50464
Complementary color
Monochromatic Colors of #C50464
Black with #C50464
Text Example
Text Example
White with #C50464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50464; }
p { color: rgb(197,4,100); }
H1.HeaderClassName
{
color: #C50464;
}
.AnyTagClassName
{
color: #C50464;
}
</style>
background-color css
<style>
a { background-color: #C50464; }
a { background-color: rgb(197,4,100); }
div.DivClassName
{
background-color: #C50464;
}
.BgClassName
{
background-color: #C50464;
}
</style>
border-color css
<style>
span { border-color: #C50464; }
span { border-color: rgb(197,4,100); }
td.TdClassName
{
border-color: #C50464;
}
.TagClassName
{
border-color: #C50464;
}
</style>