Shades of Ruby #C5094E
Tints of Ruby #C5094E
RGB
CMYK
RGB Variations
Color information
#C5094E (or 0xC5094E) is known color: Ruby. HEX triplet: C5, 09 and 4E. RGB value is (197,9,78). Sum of RGB (Red+Green+Blue) = 197+9+78=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C5094E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5094E is #3AF6B1. Grayscale: #484848. Windows color (decimal): -3864242 or 5114309. OLE color: 5114309.
HSL color Cylindrical-coordinate representation of color #C5094E: hue angle of 337.98º 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 #C5094E is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 78 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.23 |
| HSL | 337.98º | 0.91% | 0.4% | - |
| HSV(B) | 337.98º | 0.95% | 0.77% | - |
| XYZ | 24.5 | 12.62 | 8.35 | - |
| YUV | 73.08 | 130.78 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 78 | 0 | 0.95 | 0.60 | 0.23 | 337.98 | 0.91 | 0.4 |
| Hex | C5 | 9 | 4E | 0 | 5F | 3C | 17 | 152 | 5B | 28 |
| Octal | 305 | 11 | 116 | 0 | 137 | 74 | 27 | 522 | 133 | 50 |
| Binary | 11000101 | 1001 | 1001110 | 0 | 1011111 | 111100 | 10111 | 101010010 | 1011011 | 101000 |
Color Harmonies of #C5094E
Complementary color
Monochromatic Colors of #C5094E
Black with #C5094E
Text Example
Text Example
White with #C5094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5094E; }
p { color: rgb(197,9,78); }
H1.HeaderClassName
{
color: #C5094E;
}
.AnyTagClassName
{
color: #C5094E;
}
</style>
background-color css
<style>
a { background-color: #C5094E; }
a { background-color: rgb(197,9,78); }
div.DivClassName
{
background-color: #C5094E;
}
.BgClassName
{
background-color: #C5094E;
}
</style>
border-color css
<style>
span { border-color: #C5094E; }
span { border-color: rgb(197,9,78); }
td.TdClassName
{
border-color: #C5094E;
}
.TagClassName
{
border-color: #C5094E;
}
</style>