Shades of Ruby #C50854
Tints of Ruby #C50854
RGB
CMYK
RGB Variations
Color information
#C50854 (or 0xC50854) is known color: Ruby. HEX triplet: C5, 08 and 54. RGB value is (197,8,84). Sum of RGB (Red+Green+Blue) = 197+8+84=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C50854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50854 is #3AF7AB. Grayscale: #494949. Windows color (decimal): -3864492 or 5507269. OLE color: 5507269.
HSL color Cylindrical-coordinate representation of color #C50854: hue angle of 335.87º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50854 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 84 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.23 |
| HSL | 335.87º | 0.92% | 0.4% | - |
| HSV(B) | 335.87º | 0.96% | 0.77% | - |
| XYZ | 24.71 | 12.68 | 9.53 | - |
| YUV | 73.18 | 134.12 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 84 | 0 | 0.96 | 0.57 | 0.23 | 335.87 | 0.92 | 0.4 |
| Hex | C5 | 8 | 54 | 0 | 60 | 39 | 17 | 150 | 5C | 28 |
| Octal | 305 | 10 | 124 | 0 | 140 | 71 | 27 | 520 | 134 | 50 |
| Binary | 11000101 | 1000 | 1010100 | 0 | 1100000 | 111001 | 10111 | 101010000 | 1011100 | 101000 |
Color Harmonies of #C50854
Complementary color
Monochromatic Colors of #C50854
Black with #C50854
Text Example
Text Example
White with #C50854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50854; }
p { color: rgb(197,8,84); }
H1.HeaderClassName
{
color: #C50854;
}
.AnyTagClassName
{
color: #C50854;
}
</style>
background-color css
<style>
a { background-color: #C50854; }
a { background-color: rgb(197,8,84); }
div.DivClassName
{
background-color: #C50854;
}
.BgClassName
{
background-color: #C50854;
}
</style>
border-color css
<style>
span { border-color: #C50854; }
span { border-color: rgb(197,8,84); }
td.TdClassName
{
border-color: #C50854;
}
.TagClassName
{
border-color: #C50854;
}
</style>