Shades of Ruby #C40761
Tints of Ruby #C40761
RGB
CMYK
RGB Variations
Color information
#C40761 (or 0xC40761) is known color: Ruby. HEX triplet: C4, 07 and 61. RGB value is (196,7,97). Sum of RGB (Red+Green+Blue) = 196+7+97=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C40761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40761 is #3BF89E. Grayscale: #494949. Windows color (decimal): -3930271 or 6358980. OLE color: 6358980.
HSL color Cylindrical-coordinate representation of color #C40761: hue angle of 331.43º 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 #C40761 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 97 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.23 |
| HSL | 331.43º | 0.93% | 0.4% | - |
| HSV(B) | 331.43º | 0.96% | 0.77% | - |
| XYZ | 25 | 12.75 | 12.45 | - |
| YUV | 73.77 | 141.12 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 97 | 0 | 0.96 | 0.51 | 0.23 | 331.43 | 0.93 | 0.4 |
| Hex | C4 | 7 | 61 | 0 | 60 | 33 | 17 | 14B | 5D | 28 |
| Octal | 304 | 7 | 141 | 0 | 140 | 63 | 27 | 513 | 135 | 50 |
| Binary | 11000100 | 111 | 1100001 | 0 | 1100000 | 110011 | 10111 | 101001011 | 1011101 | 101000 |
Color Harmonies of #C40761
Complementary color
Monochromatic Colors of #C40761
Black with #C40761
Text Example
Text Example
White with #C40761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40761; }
p { color: rgb(196,7,97); }
H1.HeaderClassName
{
color: #C40761;
}
.AnyTagClassName
{
color: #C40761;
}
</style>
background-color css
<style>
a { background-color: #C40761; }
a { background-color: rgb(196,7,97); }
div.DivClassName
{
background-color: #C40761;
}
.BgClassName
{
background-color: #C40761;
}
</style>
border-color css
<style>
span { border-color: #C40761; }
span { border-color: rgb(196,7,97); }
td.TdClassName
{
border-color: #C40761;
}
.TagClassName
{
border-color: #C40761;
}
</style>