Shades of Ruby #C51662
Tints of Ruby #C51662
RGB
CMYK
RGB Variations
Color information
#C51662 (or 0xC51662) is known color: Ruby. HEX triplet: C5, 16 and 62. RGB value is (197,22,98). Sum of RGB (Red+Green+Blue) = 197+22+98=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C51662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51662 is #3AE99D. Grayscale: #525252. Windows color (decimal): -3860894 or 6428357. OLE color: 6428357.
HSL color Cylindrical-coordinate representation of color #C51662: hue angle of 333.94º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51662 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 98 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.23 |
| HSL | 333.94º | 0.8% | 0.43% | - |
| HSV(B) | 333.94º | 0.89% | 0.77% | - |
| XYZ | 25.52 | 13.33 | 12.78 | - |
| YUV | 82.99 | 136.48 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 98 | 0 | 0.89 | 0.50 | 0.23 | 333.94 | 0.8 | 0.43 |
| Hex | C5 | 16 | 62 | 0 | 59 | 32 | 17 | 14E | 50 | 2B |
| Octal | 305 | 26 | 142 | 0 | 131 | 62 | 27 | 516 | 120 | 53 |
| Binary | 11000101 | 10110 | 1100010 | 0 | 1011001 | 110010 | 10111 | 101001110 | 1010000 | 101011 |
Color Harmonies of #C51662
Complementary color
Monochromatic Colors of #C51662
Black with #C51662
Text Example
Text Example
White with #C51662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51662; }
p { color: rgb(197,22,98); }
H1.HeaderClassName
{
color: #C51662;
}
.AnyTagClassName
{
color: #C51662;
}
</style>
background-color css
<style>
a { background-color: #C51662; }
a { background-color: rgb(197,22,98); }
div.DivClassName
{
background-color: #C51662;
}
.BgClassName
{
background-color: #C51662;
}
</style>
border-color css
<style>
span { border-color: #C51662; }
span { border-color: rgb(197,22,98); }
td.TdClassName
{
border-color: #C51662;
}
.TagClassName
{
border-color: #C51662;
}
</style>