Shades of Ruby #C5055A
Tints of Ruby #C5055A
RGB
CMYK
RGB Variations
Color information
#C5055A (or 0xC5055A) is known color: Ruby. HEX triplet: C5, 05 and 5A. RGB value is (197,5,90). Sum of RGB (Red+Green+Blue) = 197+5+90=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C5055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5055A is #3AFAA5. Grayscale: #474747. Windows color (decimal): -3865254 or 5899717. OLE color: 5899717.
HSL color Cylindrical-coordinate representation of color #C5055A: hue angle of 333.44º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5055A is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 90 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.23 |
| HSL | 333.44º | 0.95% | 0.4% | - |
| HSV(B) | 333.44º | 0.97% | 0.77% | - |
| XYZ | 24.93 | 12.72 | 10.81 | - |
| YUV | 72.1 | 138.11 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 90 | 0 | 0.97 | 0.54 | 0.23 | 333.44 | 0.95 | 0.4 |
| Hex | C5 | 5 | 5A | 0 | 61 | 36 | 17 | 14D | 5F | 28 |
| Octal | 305 | 5 | 132 | 0 | 141 | 66 | 27 | 515 | 137 | 50 |
| Binary | 11000101 | 101 | 1011010 | 0 | 1100001 | 110110 | 10111 | 101001101 | 1011111 | 101000 |
Color Harmonies of #C5055A
Complementary color
Monochromatic Colors of #C5055A
Black with #C5055A
Text Example
Text Example
White with #C5055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5055A; }
p { color: rgb(197,5,90); }
H1.HeaderClassName
{
color: #C5055A;
}
.AnyTagClassName
{
color: #C5055A;
}
</style>
background-color css
<style>
a { background-color: #C5055A; }
a { background-color: rgb(197,5,90); }
div.DivClassName
{
background-color: #C5055A;
}
.BgClassName
{
background-color: #C5055A;
}
</style>
border-color css
<style>
span { border-color: #C5055A; }
span { border-color: rgb(197,5,90); }
td.TdClassName
{
border-color: #C5055A;
}
.TagClassName
{
border-color: #C5055A;
}
</style>