Shades of Ruby #C50957
Tints of Ruby #C50957
RGB
CMYK
RGB Variations
Color information
#C50957 (or 0xC50957) is known color: Ruby. HEX triplet: C5, 09 and 57. RGB value is (197,9,87). Sum of RGB (Red+Green+Blue) = 197+9+87=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C50957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50957 is #3AF6A8. Grayscale: #494949. Windows color (decimal): -3864233 or 5704133. OLE color: 5704133.
HSL color Cylindrical-coordinate representation of color #C50957: hue angle of 335.11º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50957 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 87 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.23 |
| HSL | 335.11º | 0.91% | 0.4% | - |
| HSV(B) | 335.11º | 0.95% | 0.77% | - |
| XYZ | 24.84 | 12.75 | 10.17 | - |
| YUV | 74.1 | 135.28 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 87 | 0 | 0.95 | 0.56 | 0.23 | 335.11 | 0.91 | 0.4 |
| Hex | C5 | 9 | 57 | 0 | 5F | 38 | 17 | 14F | 5B | 28 |
| Octal | 305 | 11 | 127 | 0 | 137 | 70 | 27 | 517 | 133 | 50 |
| Binary | 11000101 | 1001 | 1010111 | 0 | 1011111 | 111000 | 10111 | 101001111 | 1011011 | 101000 |
Color Harmonies of #C50957
Complementary color
Monochromatic Colors of #C50957
Black with #C50957
Text Example
Text Example
White with #C50957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50957; }
p { color: rgb(197,9,87); }
H1.HeaderClassName
{
color: #C50957;
}
.AnyTagClassName
{
color: #C50957;
}
</style>
background-color css
<style>
a { background-color: #C50957; }
a { background-color: rgb(197,9,87); }
div.DivClassName
{
background-color: #C50957;
}
.BgClassName
{
background-color: #C50957;
}
</style>
border-color css
<style>
span { border-color: #C50957; }
span { border-color: rgb(197,9,87); }
td.TdClassName
{
border-color: #C50957;
}
.TagClassName
{
border-color: #C50957;
}
</style>