Shades of Ruby #C50850
Tints of Ruby #C50850
RGB
CMYK
RGB Variations
Color information
#C50850 (or 0xC50850) is known color: Ruby. HEX triplet: C5, 08 and 50. RGB value is (197,8,80). Sum of RGB (Red+Green+Blue) = 197+8+80=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C50850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50850 is #3AF7AF. Grayscale: #484848. Windows color (decimal): -3864496 or 5245125. OLE color: 5245125.
HSL color Cylindrical-coordinate representation of color #C50850: hue angle of 337.14º 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 #C50850 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 80 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.23 |
| HSL | 337.14º | 0.92% | 0.4% | - |
| HSV(B) | 337.14º | 0.96% | 0.77% | - |
| XYZ | 24.56 | 12.62 | 8.73 | - |
| YUV | 72.72 | 132.12 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 80 | 0 | 0.96 | 0.59 | 0.23 | 337.14 | 0.92 | 0.4 |
| Hex | C5 | 8 | 50 | 0 | 60 | 3B | 17 | 151 | 5C | 28 |
| Octal | 305 | 10 | 120 | 0 | 140 | 73 | 27 | 521 | 134 | 50 |
| Binary | 11000101 | 1000 | 1010000 | 0 | 1100000 | 111011 | 10111 | 101010001 | 1011100 | 101000 |
Color Harmonies of #C50850
Complementary color
Monochromatic Colors of #C50850
Black with #C50850
Text Example
Text Example
White with #C50850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50850; }
p { color: rgb(197,8,80); }
H1.HeaderClassName
{
color: #C50850;
}
.AnyTagClassName
{
color: #C50850;
}
</style>
background-color css
<style>
a { background-color: #C50850; }
a { background-color: rgb(197,8,80); }
div.DivClassName
{
background-color: #C50850;
}
.BgClassName
{
background-color: #C50850;
}
</style>
border-color css
<style>
span { border-color: #C50850; }
span { border-color: rgb(197,8,80); }
td.TdClassName
{
border-color: #C50850;
}
.TagClassName
{
border-color: #C50850;
}
</style>