Shades of Ruby #C50456
Tints of Ruby #C50456
RGB
CMYK
RGB Variations
Color information
#C50456 (or 0xC50456) is known color: Ruby. HEX triplet: C5, 04 and 56. RGB value is (197,4,86). Sum of RGB (Red+Green+Blue) = 197+4+86=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C50456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50456 is #3AFBA9. Grayscale: #464646. Windows color (decimal): -3865514 or 5637317. OLE color: 5637317.
HSL color Cylindrical-coordinate representation of color #C50456: hue angle of 334.51º 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 #C50456 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 86 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.23 |
| HSL | 334.51º | 0.96% | 0.39% | - |
| HSV(B) | 334.51º | 0.98% | 0.77% | - |
| XYZ | 24.75 | 12.63 | 9.94 | - |
| YUV | 71.06 | 136.44 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 86 | 0 | 0.98 | 0.56 | 0.23 | 334.51 | 0.96 | 0.39 |
| Hex | C5 | 4 | 56 | 0 | 62 | 38 | 17 | 14F | 60 | 27 |
| Octal | 305 | 4 | 126 | 0 | 142 | 70 | 27 | 517 | 140 | 47 |
| Binary | 11000101 | 100 | 1010110 | 0 | 1100010 | 111000 | 10111 | 101001111 | 1100000 | 100111 |
Color Harmonies of #C50456
Complementary color
Monochromatic Colors of #C50456
Black with #C50456
Text Example
Text Example
White with #C50456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50456; }
p { color: rgb(197,4,86); }
H1.HeaderClassName
{
color: #C50456;
}
.AnyTagClassName
{
color: #C50456;
}
</style>
background-color css
<style>
a { background-color: #C50456; }
a { background-color: rgb(197,4,86); }
div.DivClassName
{
background-color: #C50456;
}
.BgClassName
{
background-color: #C50456;
}
</style>
border-color css
<style>
span { border-color: #C50456; }
span { border-color: rgb(197,4,86); }
td.TdClassName
{
border-color: #C50456;
}
.TagClassName
{
border-color: #C50456;
}
</style>