Shades of Ruby #C40760
Tints of Ruby #C40760
RGB
CMYK
RGB Variations
Color information
#C40760 (or 0xC40760) is known color: Ruby. HEX triplet: C4, 07 and 60. RGB value is (196,7,96). Sum of RGB (Red+Green+Blue) = 196+7+96=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C40760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40760 is #3BF89F. Grayscale: #494949. Windows color (decimal): -3930272 or 6293444. OLE color: 6293444.
HSL color Cylindrical-coordinate representation of color #C40760: hue angle of 331.75º 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 #C40760 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 96 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.23 |
| HSL | 331.75º | 0.93% | 0.4% | - |
| HSV(B) | 331.75º | 0.96% | 0.77% | - |
| XYZ | 24.95 | 12.73 | 12.21 | - |
| YUV | 73.66 | 140.62 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 96 | 0 | 0.96 | 0.51 | 0.23 | 331.75 | 0.93 | 0.4 |
| Hex | C4 | 7 | 60 | 0 | 60 | 33 | 17 | 14C | 5D | 28 |
| Octal | 304 | 7 | 140 | 0 | 140 | 63 | 27 | 514 | 135 | 50 |
| Binary | 11000100 | 111 | 1100000 | 0 | 1100000 | 110011 | 10111 | 101001100 | 1011101 | 101000 |
Color Harmonies of #C40760
Complementary color
Monochromatic Colors of #C40760
Black with #C40760
Text Example
Text Example
White with #C40760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40760; }
p { color: rgb(196,7,96); }
H1.HeaderClassName
{
color: #C40760;
}
.AnyTagClassName
{
color: #C40760;
}
</style>
background-color css
<style>
a { background-color: #C40760; }
a { background-color: rgb(196,7,96); }
div.DivClassName
{
background-color: #C40760;
}
.BgClassName
{
background-color: #C40760;
}
</style>
border-color css
<style>
span { border-color: #C40760; }
span { border-color: rgb(196,7,96); }
td.TdClassName
{
border-color: #C40760;
}
.TagClassName
{
border-color: #C40760;
}
</style>