Shades of Ruby #C50766
Tints of Ruby #C50766
RGB
CMYK
RGB Variations
Color information
#C50766 (or 0xC50766) is known color: Ruby. HEX triplet: C5, 07 and 66. RGB value is (197,7,102). Sum of RGB (Red+Green+Blue) = 197+7+102=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C50766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50766 is #3AF899. Grayscale: #4A4A4A. Windows color (decimal): -3864730 or 6686661. OLE color: 6686661.
HSL color Cylindrical-coordinate representation of color #C50766: hue angle of 330º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50766 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 102 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.23 |
| HSL | 330º | 0.93% | 0.4% | - |
| HSV(B) | 330º | 0.96% | 0.77% | - |
| XYZ | 25.5 | 12.98 | 13.73 | - |
| YUV | 74.64 | 143.45 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 102 | 0 | 0.96 | 0.48 | 0.23 | 330 | 0.93 | 0.4 |
| Hex | C5 | 7 | 66 | 0 | 60 | 30 | 17 | 14A | 5D | 28 |
| Octal | 305 | 7 | 146 | 0 | 140 | 60 | 27 | 512 | 135 | 50 |
| Binary | 11000101 | 111 | 1100110 | 0 | 1100000 | 110000 | 10111 | 101001010 | 1011101 | 101000 |
Color Harmonies of #C50766
Complementary color
Monochromatic Colors of #C50766
Black with #C50766
Text Example
Text Example
White with #C50766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50766; }
p { color: rgb(197,7,102); }
H1.HeaderClassName
{
color: #C50766;
}
.AnyTagClassName
{
color: #C50766;
}
</style>
background-color css
<style>
a { background-color: #C50766; }
a { background-color: rgb(197,7,102); }
div.DivClassName
{
background-color: #C50766;
}
.BgClassName
{
background-color: #C50766;
}
</style>
border-color css
<style>
span { border-color: #C50766; }
span { border-color: rgb(197,7,102); }
td.TdClassName
{
border-color: #C50766;
}
.TagClassName
{
border-color: #C50766;
}
</style>