Shades of Ruby #C61859
Tints of Ruby #C61859
RGB
CMYK
RGB Variations
Color information
#C61859 (or 0xC61859) is known color: Ruby. HEX triplet: C6, 18 and 59. RGB value is (198,24,89). Sum of RGB (Red+Green+Blue) = 198+24+89=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C61859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61859 is #39E7A6. Grayscale: #535353. Windows color (decimal): -3794855 or 5839046. OLE color: 5839046.
HSL color Cylindrical-coordinate representation of color #C61859: hue angle of 337.59º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61859 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 89 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.22 |
| HSL | 337.59º | 0.78% | 0.44% | - |
| HSV(B) | 337.59º | 0.88% | 0.78% | - |
| XYZ | 25.42 | 13.38 | 10.69 | - |
| YUV | 83.44 | 131.15 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 89 | 0 | 0.88 | 0.55 | 0.22 | 337.59 | 0.78 | 0.44 |
| Hex | C6 | 18 | 59 | 0 | 58 | 37 | 16 | 152 | 4E | 2C |
| Octal | 306 | 30 | 131 | 0 | 130 | 67 | 26 | 522 | 116 | 54 |
| Binary | 11000110 | 11000 | 1011001 | 0 | 1011000 | 110111 | 10110 | 101010010 | 1001110 | 101100 |
Color Harmonies of #C61859
Complementary color
Monochromatic Colors of #C61859
Black with #C61859
Text Example
Text Example
White with #C61859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61859; }
p { color: rgb(198,24,89); }
H1.HeaderClassName
{
color: #C61859;
}
.AnyTagClassName
{
color: #C61859;
}
</style>
background-color css
<style>
a { background-color: #C61859; }
a { background-color: rgb(198,24,89); }
div.DivClassName
{
background-color: #C61859;
}
.BgClassName
{
background-color: #C61859;
}
</style>
border-color css
<style>
span { border-color: #C61859; }
span { border-color: rgb(198,24,89); }
td.TdClassName
{
border-color: #C61859;
}
.TagClassName
{
border-color: #C61859;
}
</style>