Shades of Ruby #C40856
Tints of Ruby #C40856
RGB
CMYK
RGB Variations
Color information
#C40856 (or 0xC40856) is known color: Ruby. HEX triplet: C4, 08 and 56. RGB value is (196,8,86). Sum of RGB (Red+Green+Blue) = 196+8+86=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C40856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40856 is #3BF7A9. Grayscale: #484848. Windows color (decimal): -3930026 or 5638340. OLE color: 5638340.
HSL color Cylindrical-coordinate representation of color #C40856: hue angle of 335.11º 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 #C40856 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 86 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.23 |
| HSL | 335.11º | 0.92% | 0.4% | - |
| HSV(B) | 335.11º | 0.96% | 0.77% | - |
| XYZ | 24.53 | 12.58 | 9.94 | - |
| YUV | 73.1 | 135.28 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 86 | 0 | 0.96 | 0.56 | 0.23 | 335.11 | 0.92 | 0.4 |
| Hex | C4 | 8 | 56 | 0 | 60 | 38 | 17 | 14F | 5C | 28 |
| Octal | 304 | 10 | 126 | 0 | 140 | 70 | 27 | 517 | 134 | 50 |
| Binary | 11000100 | 1000 | 1010110 | 0 | 1100000 | 111000 | 10111 | 101001111 | 1011100 | 101000 |
Color Harmonies of #C40856
Complementary color
Monochromatic Colors of #C40856
Black with #C40856
Text Example
Text Example
White with #C40856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40856; }
p { color: rgb(196,8,86); }
H1.HeaderClassName
{
color: #C40856;
}
.AnyTagClassName
{
color: #C40856;
}
</style>
background-color css
<style>
a { background-color: #C40856; }
a { background-color: rgb(196,8,86); }
div.DivClassName
{
background-color: #C40856;
}
.BgClassName
{
background-color: #C40856;
}
</style>
border-color css
<style>
span { border-color: #C40856; }
span { border-color: rgb(196,8,86); }
td.TdClassName
{
border-color: #C40856;
}
.TagClassName
{
border-color: #C40856;
}
</style>