Shades of Ruby #C40860
Tints of Ruby #C40860
RGB
CMYK
RGB Variations
Color information
#C40860 (or 0xC40860) is known color: Ruby. HEX triplet: C4, 08 and 60. RGB value is (196,8,96). Sum of RGB (Red+Green+Blue) = 196+8+96=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C40860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40860 is #3BF79F. Grayscale: #4A4A4A. Windows color (decimal): -3930016 or 6293700. OLE color: 6293700.
HSL color Cylindrical-coordinate representation of color #C40860: hue angle of 331.91º degrees, saturation: 0.92, 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 #C40860 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 96 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.23 |
| HSL | 331.91º | 0.92% | 0.4% | - |
| HSV(B) | 331.91º | 0.96% | 0.77% | - |
| XYZ | 24.96 | 12.75 | 12.21 | - |
| YUV | 74.24 | 140.28 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 96 | 0 | 0.96 | 0.51 | 0.23 | 331.91 | 0.92 | 0.4 |
| Hex | C4 | 8 | 60 | 0 | 60 | 33 | 17 | 14C | 5C | 28 |
| Octal | 304 | 10 | 140 | 0 | 140 | 63 | 27 | 514 | 134 | 50 |
| Binary | 11000100 | 1000 | 1100000 | 0 | 1100000 | 110011 | 10111 | 101001100 | 1011100 | 101000 |
Color Harmonies of #C40860
Complementary color
Monochromatic Colors of #C40860
Black with #C40860
Text Example
Text Example
White with #C40860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40860; }
p { color: rgb(196,8,96); }
H1.HeaderClassName
{
color: #C40860;
}
.AnyTagClassName
{
color: #C40860;
}
</style>
background-color css
<style>
a { background-color: #C40860; }
a { background-color: rgb(196,8,96); }
div.DivClassName
{
background-color: #C40860;
}
.BgClassName
{
background-color: #C40860;
}
</style>
border-color css
<style>
span { border-color: #C40860; }
span { border-color: rgb(196,8,96); }
td.TdClassName
{
border-color: #C40860;
}
.TagClassName
{
border-color: #C40860;
}
</style>