Shades of Ruby #C60659
Tints of Ruby #C60659
RGB
CMYK
RGB Variations
Color information
#C60659 (or 0xC60659) is known color: Ruby. HEX triplet: C6, 06 and 59. RGB value is (198,6,89). Sum of RGB (Red+Green+Blue) = 198+6+89=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C60659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60659 is #39F9A6. Grayscale: #484848. Windows color (decimal): -3799463 or 5834438. OLE color: 5834438.
HSL color Cylindrical-coordinate representation of color #C60659: hue angle of 334.06º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60659 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 89 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.22 |
| HSL | 334.06º | 0.94% | 0.4% | - |
| HSV(B) | 334.06º | 0.97% | 0.78% | - |
| XYZ | 25.16 | 12.86 | 10.61 | - |
| YUV | 72.87 | 137.11 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 89 | 0 | 0.97 | 0.55 | 0.22 | 334.06 | 0.94 | 0.4 |
| Hex | C6 | 6 | 59 | 0 | 61 | 37 | 16 | 14E | 5E | 28 |
| Octal | 306 | 6 | 131 | 0 | 141 | 67 | 26 | 516 | 136 | 50 |
| Binary | 11000110 | 110 | 1011001 | 0 | 1100001 | 110111 | 10110 | 101001110 | 1011110 | 101000 |
Color Harmonies of #C60659
Complementary color
Monochromatic Colors of #C60659
Black with #C60659
Text Example
Text Example
White with #C60659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60659; }
p { color: rgb(198,6,89); }
H1.HeaderClassName
{
color: #C60659;
}
.AnyTagClassName
{
color: #C60659;
}
</style>
background-color css
<style>
a { background-color: #C60659; }
a { background-color: rgb(198,6,89); }
div.DivClassName
{
background-color: #C60659;
}
.BgClassName
{
background-color: #C60659;
}
</style>
border-color css
<style>
span { border-color: #C60659; }
span { border-color: rgb(198,6,89); }
td.TdClassName
{
border-color: #C60659;
}
.TagClassName
{
border-color: #C60659;
}
</style>