Shades of Ruby #C5005E
Tints of Ruby #C5005E
RGB
CMYK
RGB Variations
Color information
#C5005E (or 0xC5005E) is known color: Ruby. HEX triplet: C5, 00 and 5E. RGB value is (197,0,94). Sum of RGB (Red+Green+Blue) = 197+0+94=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5005E is #3AFFA1. Grayscale: #454545. Windows color (decimal): -3866530 or 6160581. OLE color: 6160581.
HSL color Cylindrical-coordinate representation of color #C5005E: hue angle of 331.37º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5005E is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.52 | 0.23 |
| HSL | 331.37º | 1% | 0.39% | - |
| HSV(B) | 331.37º | 1% | 0.77% | - |
| XYZ | 25.05 | 12.68 | 11.72 | - |
| YUV | 69.62 | 141.77 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 94 | 0 | 1 | 0.52 | 0.23 | 331.37 | 1 | 0.39 |
| Hex | C5 | 0 | 5E | 0 | 64 | 34 | 17 | 14B | 64 | 27 |
| Octal | 305 | 0 | 136 | 0 | 144 | 64 | 27 | 513 | 144 | 47 |
| Binary | 11000101 | 0 | 1011110 | 0 | 1100100 | 110100 | 10111 | 101001011 | 1100100 | 100111 |
Color Harmonies of #C5005E
Complementary color
Monochromatic Colors of #C5005E
Black with #C5005E
Text Example
Text Example
White with #C5005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5005E; }
p { color: rgb(197,0,94); }
H1.HeaderClassName
{
color: #C5005E;
}
.AnyTagClassName
{
color: #C5005E;
}
</style>
background-color css
<style>
a { background-color: #C5005E; }
a { background-color: rgb(197,0,94); }
div.DivClassName
{
background-color: #C5005E;
}
.BgClassName
{
background-color: #C5005E;
}
</style>
border-color css
<style>
span { border-color: #C5005E; }
span { border-color: rgb(197,0,94); }
td.TdClassName
{
border-color: #C5005E;
}
.TagClassName
{
border-color: #C5005E;
}
</style>