Shades of Ruby #C50668
Tints of Ruby #C50668
RGB
CMYK
RGB Variations
Color information
#C50668 (or 0xC50668) is known color: Ruby. HEX triplet: C5, 06 and 68. RGB value is (197,6,104). Sum of RGB (Red+Green+Blue) = 197+6+104=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C50668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50668 is #3AF997. Grayscale: #4A4A4A. Windows color (decimal): -3864984 or 6817477. OLE color: 6817477.
HSL color Cylindrical-coordinate representation of color #C50668: hue angle of 329.21º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50668 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 104 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.23 |
| HSL | 329.21º | 0.94% | 0.4% | - |
| HSV(B) | 329.21º | 0.97% | 0.77% | - |
| XYZ | 25.59 | 13 | 14.26 | - |
| YUV | 74.28 | 144.78 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 104 | 0 | 0.97 | 0.47 | 0.23 | 329.21 | 0.94 | 0.4 |
| Hex | C5 | 6 | 68 | 0 | 61 | 2F | 17 | 149 | 5E | 28 |
| Octal | 305 | 6 | 150 | 0 | 141 | 57 | 27 | 511 | 136 | 50 |
| Binary | 11000101 | 110 | 1101000 | 0 | 1100001 | 101111 | 10111 | 101001001 | 1011110 | 101000 |
Color Harmonies of #C50668
Complementary color
Monochromatic Colors of #C50668
Black with #C50668
Text Example
Text Example
White with #C50668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50668; }
p { color: rgb(197,6,104); }
H1.HeaderClassName
{
color: #C50668;
}
.AnyTagClassName
{
color: #C50668;
}
</style>
background-color css
<style>
a { background-color: #C50668; }
a { background-color: rgb(197,6,104); }
div.DivClassName
{
background-color: #C50668;
}
.BgClassName
{
background-color: #C50668;
}
</style>
border-color css
<style>
span { border-color: #C50668; }
span { border-color: rgb(197,6,104); }
td.TdClassName
{
border-color: #C50668;
}
.TagClassName
{
border-color: #C50668;
}
</style>