Shades of Ruby #C61759
Tints of Ruby #C61759
RGB
CMYK
RGB Variations
Color information
#C61759 (or 0xC61759) is known color: Ruby. HEX triplet: C6, 17 and 59. RGB value is (198,23,89). Sum of RGB (Red+Green+Blue) = 198+23+89=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C61759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61759 is #39E8A6. Grayscale: #525252. Windows color (decimal): -3795111 or 5838790. OLE color: 5838790.
HSL color Cylindrical-coordinate representation of color #C61759: hue angle of 337.37º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61759 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 89 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.22 |
| HSL | 337.37º | 0.79% | 0.43% | - |
| HSV(B) | 337.37º | 0.88% | 0.78% | - |
| XYZ | 25.4 | 13.34 | 10.69 | - |
| YUV | 82.85 | 131.48 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 89 | 0 | 0.88 | 0.55 | 0.22 | 337.37 | 0.79 | 0.43 |
| Hex | C6 | 17 | 59 | 0 | 58 | 37 | 16 | 151 | 4F | 2B |
| Octal | 306 | 27 | 131 | 0 | 130 | 67 | 26 | 521 | 117 | 53 |
| Binary | 11000110 | 10111 | 1011001 | 0 | 1011000 | 110111 | 10110 | 101010001 | 1001111 | 101011 |
Color Harmonies of #C61759
Complementary color
Monochromatic Colors of #C61759
Black with #C61759
Text Example
Text Example
White with #C61759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61759; }
p { color: rgb(198,23,89); }
H1.HeaderClassName
{
color: #C61759;
}
.AnyTagClassName
{
color: #C61759;
}
</style>
background-color css
<style>
a { background-color: #C61759; }
a { background-color: rgb(198,23,89); }
div.DivClassName
{
background-color: #C61759;
}
.BgClassName
{
background-color: #C61759;
}
</style>
border-color css
<style>
span { border-color: #C61759; }
span { border-color: rgb(198,23,89); }
td.TdClassName
{
border-color: #C61759;
}
.TagClassName
{
border-color: #C61759;
}
</style>