Shades of Ruby #C40756
Tints of Ruby #C40756
RGB
CMYK
RGB Variations
Color information
#C40756 (or 0xC40756) is known color: Ruby. HEX triplet: C4, 07 and 56. RGB value is (196,7,86). Sum of RGB (Red+Green+Blue) = 196+7+86=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C40756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40756 is #3BF8A9. Grayscale: #484848. Windows color (decimal): -3930282 or 5638084. OLE color: 5638084.
HSL color Cylindrical-coordinate representation of color #C40756: hue angle of 334.92º 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 #C40756 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 86 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.23 |
| HSL | 334.92º | 0.93% | 0.4% | - |
| HSV(B) | 334.92º | 0.96% | 0.77% | - |
| XYZ | 24.52 | 12.56 | 9.94 | - |
| YUV | 72.52 | 135.62 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 86 | 0 | 0.96 | 0.56 | 0.23 | 334.92 | 0.93 | 0.4 |
| Hex | C4 | 7 | 56 | 0 | 60 | 38 | 17 | 14F | 5D | 28 |
| Octal | 304 | 7 | 126 | 0 | 140 | 70 | 27 | 517 | 135 | 50 |
| Binary | 11000100 | 111 | 1010110 | 0 | 1100000 | 111000 | 10111 | 101001111 | 1011101 | 101000 |
Color Harmonies of #C40756
Complementary color
Monochromatic Colors of #C40756
Black with #C40756
Text Example
Text Example
White with #C40756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40756; }
p { color: rgb(196,7,86); }
H1.HeaderClassName
{
color: #C40756;
}
.AnyTagClassName
{
color: #C40756;
}
</style>
background-color css
<style>
a { background-color: #C40756; }
a { background-color: rgb(196,7,86); }
div.DivClassName
{
background-color: #C40756;
}
.BgClassName
{
background-color: #C40756;
}
</style>
border-color css
<style>
span { border-color: #C40756; }
span { border-color: rgb(196,7,86); }
td.TdClassName
{
border-color: #C40756;
}
.TagClassName
{
border-color: #C40756;
}
</style>