Shades of Ruby #C50857
Tints of Ruby #C50857
RGB
CMYK
RGB Variations
Color information
#C50857 (or 0xC50857) is known color: Ruby. HEX triplet: C5, 08 and 57. RGB value is (197,8,87). Sum of RGB (Red+Green+Blue) = 197+8+87=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C50857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50857 is #3AF7A8. Grayscale: #494949. Windows color (decimal): -3864489 or 5703877. OLE color: 5703877.
HSL color Cylindrical-coordinate representation of color #C50857: hue angle of 334.92º 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 #C50857 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 87 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.23 |
| HSL | 334.92º | 0.92% | 0.4% | - |
| HSV(B) | 334.92º | 0.96% | 0.77% | - |
| XYZ | 24.83 | 12.73 | 10.17 | - |
| YUV | 73.52 | 135.62 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 87 | 0 | 0.96 | 0.56 | 0.23 | 334.92 | 0.92 | 0.4 |
| Hex | C5 | 8 | 57 | 0 | 60 | 38 | 17 | 14F | 5C | 28 |
| Octal | 305 | 10 | 127 | 0 | 140 | 70 | 27 | 517 | 134 | 50 |
| Binary | 11000101 | 1000 | 1010111 | 0 | 1100000 | 111000 | 10111 | 101001111 | 1011100 | 101000 |
Color Harmonies of #C50857
Complementary color
Monochromatic Colors of #C50857
Black with #C50857
Text Example
Text Example
White with #C50857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50857; }
p { color: rgb(197,8,87); }
H1.HeaderClassName
{
color: #C50857;
}
.AnyTagClassName
{
color: #C50857;
}
</style>
background-color css
<style>
a { background-color: #C50857; }
a { background-color: rgb(197,8,87); }
div.DivClassName
{
background-color: #C50857;
}
.BgClassName
{
background-color: #C50857;
}
</style>
border-color css
<style>
span { border-color: #C50857; }
span { border-color: rgb(197,8,87); }
td.TdClassName
{
border-color: #C50857;
}
.TagClassName
{
border-color: #C50857;
}
</style>