Shades of Ruby #C41060
Tints of Ruby #C41060
RGB
CMYK
RGB Variations
Color information
#C41060 (or 0xC41060) is known color: Ruby. HEX triplet: C4, 10 and 60. RGB value is (196,16,96). Sum of RGB (Red+Green+Blue) = 196+16+96=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C41060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41060 is #3BEF9F. Grayscale: #4E4E4E. Windows color (decimal): -3927968 or 6295748. OLE color: 6295748.
HSL color Cylindrical-coordinate representation of color #C41060: hue angle of 333.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C41060 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 96 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.23 |
| HSL | 333.33º | 0.85% | 0.42% | - |
| HSV(B) | 333.33º | 0.92% | 0.77% | - |
| XYZ | 25.06 | 12.95 | 12.25 | - |
| YUV | 78.94 | 137.63 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 96 | 0 | 0.92 | 0.51 | 0.23 | 333.33 | 0.85 | 0.42 |
| Hex | C4 | 10 | 60 | 0 | 5C | 33 | 17 | 14D | 55 | 2A |
| Octal | 304 | 20 | 140 | 0 | 134 | 63 | 27 | 515 | 125 | 52 |
| Binary | 11000100 | 10000 | 1100000 | 0 | 1011100 | 110011 | 10111 | 101001101 | 1010101 | 101010 |
Color Harmonies of #C41060
Complementary color
Monochromatic Colors of #C41060
Black with #C41060
Text Example
Text Example
White with #C41060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41060; }
p { color: rgb(196,16,96); }
H1.HeaderClassName
{
color: #C41060;
}
.AnyTagClassName
{
color: #C41060;
}
</style>
background-color css
<style>
a { background-color: #C41060; }
a { background-color: rgb(196,16,96); }
div.DivClassName
{
background-color: #C41060;
}
.BgClassName
{
background-color: #C41060;
}
</style>
border-color css
<style>
span { border-color: #C41060; }
span { border-color: rgb(196,16,96); }
td.TdClassName
{
border-color: #C41060;
}
.TagClassName
{
border-color: #C41060;
}
</style>