Shades of Ruby #C50762
Tints of Ruby #C50762
RGB
CMYK
RGB Variations
Color information
#C50762 (or 0xC50762) is known color: Ruby. HEX triplet: C5, 07 and 62. RGB value is (197,7,98). Sum of RGB (Red+Green+Blue) = 197+7+98=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C50762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50762 is #3AF89D. Grayscale: #4A4A4A. Windows color (decimal): -3864734 or 6424517. OLE color: 6424517.
HSL color Cylindrical-coordinate representation of color #C50762: hue angle of 331.26º 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 #C50762 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 98 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.23 |
| HSL | 331.26º | 0.93% | 0.4% | - |
| HSV(B) | 331.26º | 0.96% | 0.77% | - |
| XYZ | 25.31 | 12.9 | 12.71 | - |
| YUV | 74.18 | 141.45 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 98 | 0 | 0.96 | 0.50 | 0.23 | 331.26 | 0.93 | 0.4 |
| Hex | C5 | 7 | 62 | 0 | 60 | 32 | 17 | 14B | 5D | 28 |
| Octal | 305 | 7 | 142 | 0 | 140 | 62 | 27 | 513 | 135 | 50 |
| Binary | 11000101 | 111 | 1100010 | 0 | 1100000 | 110010 | 10111 | 101001011 | 1011101 | 101000 |
Color Harmonies of #C50762
Complementary color
Monochromatic Colors of #C50762
Black with #C50762
Text Example
Text Example
White with #C50762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50762; }
p { color: rgb(197,7,98); }
H1.HeaderClassName
{
color: #C50762;
}
.AnyTagClassName
{
color: #C50762;
}
</style>
background-color css
<style>
a { background-color: #C50762; }
a { background-color: rgb(197,7,98); }
div.DivClassName
{
background-color: #C50762;
}
.BgClassName
{
background-color: #C50762;
}
</style>
border-color css
<style>
span { border-color: #C50762; }
span { border-color: rgb(197,7,98); }
td.TdClassName
{
border-color: #C50762;
}
.TagClassName
{
border-color: #C50762;
}
</style>