Shades of Ruby #C51866
Tints of Ruby #C51866
RGB
CMYK
RGB Variations
Color information
#C51866 (or 0xC51866) is known color: Ruby. HEX triplet: C5, 18 and 66. RGB value is (197,24,102). Sum of RGB (Red+Green+Blue) = 197+24+102=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C51866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51866 is #3AE799. Grayscale: #545454. Windows color (decimal): -3860378 or 6691013. OLE color: 6691013.
HSL color Cylindrical-coordinate representation of color #C51866: hue angle of 332.95º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51866 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 102 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.23 |
| HSL | 332.95º | 0.78% | 0.43% | - |
| HSV(B) | 332.95º | 0.88% | 0.77% | - |
| XYZ | 25.75 | 13.48 | 13.82 | - |
| YUV | 84.62 | 137.81 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 102 | 0 | 0.88 | 0.48 | 0.23 | 332.95 | 0.78 | 0.43 |
| Hex | C5 | 18 | 66 | 0 | 58 | 30 | 17 | 14D | 4E | 2B |
| Octal | 305 | 30 | 146 | 0 | 130 | 60 | 27 | 515 | 116 | 53 |
| Binary | 11000101 | 11000 | 1100110 | 0 | 1011000 | 110000 | 10111 | 101001101 | 1001110 | 101011 |
Color Harmonies of #C51866
Complementary color
Monochromatic Colors of #C51866
Black with #C51866
Text Example
Text Example
White with #C51866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51866; }
p { color: rgb(197,24,102); }
H1.HeaderClassName
{
color: #C51866;
}
.AnyTagClassName
{
color: #C51866;
}
</style>
background-color css
<style>
a { background-color: #C51866; }
a { background-color: rgb(197,24,102); }
div.DivClassName
{
background-color: #C51866;
}
.BgClassName
{
background-color: #C51866;
}
</style>
border-color css
<style>
span { border-color: #C51866; }
span { border-color: rgb(197,24,102); }
td.TdClassName
{
border-color: #C51866;
}
.TagClassName
{
border-color: #C51866;
}
</style>