Shades of Ruby #C51668
Tints of Ruby #C51668
RGB
CMYK
RGB Variations
Color information
#C51668 (or 0xC51668) is known color: Ruby. HEX triplet: C5, 16 and 68. RGB value is (197,22,104). Sum of RGB (Red+Green+Blue) = 197+22+104=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C51668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51668 is #3AE997. Grayscale: #535353. Windows color (decimal): -3860888 or 6821573. OLE color: 6821573.
HSL color Cylindrical-coordinate representation of color #C51668: hue angle of 331.89º 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 #C51668 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 104 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.23 |
| HSL | 331.89º | 0.8% | 0.43% | - |
| HSV(B) | 331.89º | 0.89% | 0.77% | - |
| XYZ | 25.81 | 13.44 | 14.33 | - |
| YUV | 83.67 | 139.48 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 104 | 0 | 0.89 | 0.47 | 0.23 | 331.89 | 0.8 | 0.43 |
| Hex | C5 | 16 | 68 | 0 | 59 | 2F | 17 | 14C | 50 | 2B |
| Octal | 305 | 26 | 150 | 0 | 131 | 57 | 27 | 514 | 120 | 53 |
| Binary | 11000101 | 10110 | 1101000 | 0 | 1011001 | 101111 | 10111 | 101001100 | 1010000 | 101011 |
Color Harmonies of #C51668
Complementary color
Monochromatic Colors of #C51668
Black with #C51668
Text Example
Text Example
White with #C51668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51668; }
p { color: rgb(197,22,104); }
H1.HeaderClassName
{
color: #C51668;
}
.AnyTagClassName
{
color: #C51668;
}
</style>
background-color css
<style>
a { background-color: #C51668; }
a { background-color: rgb(197,22,104); }
div.DivClassName
{
background-color: #C51668;
}
.BgClassName
{
background-color: #C51668;
}
</style>
border-color css
<style>
span { border-color: #C51668; }
span { border-color: rgb(197,22,104); }
td.TdClassName
{
border-color: #C51668;
}
.TagClassName
{
border-color: #C51668;
}
</style>