Shades of Ruby #C51065
Tints of Ruby #C51065
RGB
CMYK
RGB Variations
Color information
#C51065 (or 0xC51065) is known color: Ruby. HEX triplet: C5, 10 and 65. RGB value is (197,16,101). Sum of RGB (Red+Green+Blue) = 197+16+101=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C51065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51065 is #3AEF9A. Grayscale: #4F4F4F. Windows color (decimal): -3862427 or 6623429. OLE color: 6623429.
HSL color Cylindrical-coordinate representation of color #C51065: hue angle of 331.82º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C51065 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 101 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.23 |
| HSL | 331.82º | 0.85% | 0.42% | - |
| HSV(B) | 331.82º | 0.92% | 0.77% | - |
| XYZ | 25.56 | 13.18 | 13.51 | - |
| YUV | 79.81 | 139.97 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 101 | 0 | 0.92 | 0.49 | 0.23 | 331.82 | 0.85 | 0.42 |
| Hex | C5 | 10 | 65 | 0 | 5C | 31 | 17 | 14C | 55 | 2A |
| Octal | 305 | 20 | 145 | 0 | 134 | 61 | 27 | 514 | 125 | 52 |
| Binary | 11000101 | 10000 | 1100101 | 0 | 1011100 | 110001 | 10111 | 101001100 | 1010101 | 101010 |
Color Harmonies of #C51065
Complementary color
Monochromatic Colors of #C51065
Black with #C51065
Text Example
Text Example
White with #C51065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51065; }
p { color: rgb(197,16,101); }
H1.HeaderClassName
{
color: #C51065;
}
.AnyTagClassName
{
color: #C51065;
}
</style>
background-color css
<style>
a { background-color: #C51065; }
a { background-color: rgb(197,16,101); }
div.DivClassName
{
background-color: #C51065;
}
.BgClassName
{
background-color: #C51065;
}
</style>
border-color css
<style>
span { border-color: #C51065; }
span { border-color: rgb(197,16,101); }
td.TdClassName
{
border-color: #C51065;
}
.TagClassName
{
border-color: #C51065;
}
</style>