Shades of Ruby #C50652
Tints of Ruby #C50652
RGB
CMYK
RGB Variations
Color information
#C50652 (or 0xC50652) is known color: Ruby. HEX triplet: C5, 06 and 52. RGB value is (197,6,82). Sum of RGB (Red+Green+Blue) = 197+6+82=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C50652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50652 is #3AF9AD. Grayscale: #474747. Windows color (decimal): -3865006 or 5375685. OLE color: 5375685.
HSL color Cylindrical-coordinate representation of color #C50652: hue angle of 336.13º 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 #C50652 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 82 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.23 |
| HSL | 336.13º | 0.94% | 0.4% | - |
| HSV(B) | 336.13º | 0.97% | 0.77% | - |
| XYZ | 24.61 | 12.61 | 9.12 | - |
| YUV | 71.77 | 133.78 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 82 | 0 | 0.97 | 0.58 | 0.23 | 336.13 | 0.94 | 0.4 |
| Hex | C5 | 6 | 52 | 0 | 61 | 3A | 17 | 150 | 5E | 28 |
| Octal | 305 | 6 | 122 | 0 | 141 | 72 | 27 | 520 | 136 | 50 |
| Binary | 11000101 | 110 | 1010010 | 0 | 1100001 | 111010 | 10111 | 101010000 | 1011110 | 101000 |
Color Harmonies of #C50652
Complementary color
Monochromatic Colors of #C50652
Black with #C50652
Text Example
Text Example
White with #C50652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50652; }
p { color: rgb(197,6,82); }
H1.HeaderClassName
{
color: #C50652;
}
.AnyTagClassName
{
color: #C50652;
}
</style>
background-color css
<style>
a { background-color: #C50652; }
a { background-color: rgb(197,6,82); }
div.DivClassName
{
background-color: #C50652;
}
.BgClassName
{
background-color: #C50652;
}
</style>
border-color css
<style>
span { border-color: #C50652; }
span { border-color: rgb(197,6,82); }
td.TdClassName
{
border-color: #C50652;
}
.TagClassName
{
border-color: #C50652;
}
</style>