Shades of Ruby #C40659
Tints of Ruby #C40659
RGB
CMYK
RGB Variations
Color information
#C40659 (or 0xC40659) is known color: Ruby. HEX triplet: C4, 06 and 59. RGB value is (196,6,89). Sum of RGB (Red+Green+Blue) = 196+6+89=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C40659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40659 is #3BF9A6. Grayscale: #484848. Windows color (decimal): -3930535 or 5834436. OLE color: 5834436.
HSL color Cylindrical-coordinate representation of color #C40659: hue angle of 333.79º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40659 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 89 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.23 |
| HSL | 333.79º | 0.94% | 0.4% | - |
| HSV(B) | 333.79º | 0.97% | 0.77% | - |
| XYZ | 24.63 | 12.59 | 10.58 | - |
| YUV | 72.27 | 137.45 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 89 | 0 | 0.97 | 0.55 | 0.23 | 333.79 | 0.94 | 0.4 |
| Hex | C4 | 6 | 59 | 0 | 61 | 37 | 17 | 14E | 5E | 28 |
| Octal | 304 | 6 | 131 | 0 | 141 | 67 | 27 | 516 | 136 | 50 |
| Binary | 11000100 | 110 | 1011001 | 0 | 1100001 | 110111 | 10111 | 101001110 | 1011110 | 101000 |
Color Harmonies of #C40659
Complementary color
Monochromatic Colors of #C40659
Black with #C40659
Text Example
Text Example
White with #C40659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40659; }
p { color: rgb(196,6,89); }
H1.HeaderClassName
{
color: #C40659;
}
.AnyTagClassName
{
color: #C40659;
}
</style>
background-color css
<style>
a { background-color: #C40659; }
a { background-color: rgb(196,6,89); }
div.DivClassName
{
background-color: #C40659;
}
.BgClassName
{
background-color: #C40659;
}
</style>
border-color css
<style>
span { border-color: #C40659; }
span { border-color: rgb(196,6,89); }
td.TdClassName
{
border-color: #C40659;
}
.TagClassName
{
border-color: #C40659;
}
</style>