Shades of Ruby #C61560
Tints of Ruby #C61560
RGB
CMYK
RGB Variations
Color information
#C61560 (or 0xC61560) is known color: Ruby. HEX triplet: C6, 15 and 60. RGB value is (198,21,96). Sum of RGB (Red+Green+Blue) = 198+21+96=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C61560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61560 is #39EA9F. Grayscale: #525252. Windows color (decimal): -3795616 or 6297030. OLE color: 6297030.
HSL color Cylindrical-coordinate representation of color #C61560: hue angle of 334.58º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61560 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 96 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.22 |
| HSL | 334.58º | 0.81% | 0.43% | - |
| HSV(B) | 334.58º | 0.89% | 0.78% | - |
| XYZ | 25.67 | 13.39 | 12.3 | - |
| YUV | 82.47 | 135.64 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 96 | 0 | 0.89 | 0.52 | 0.22 | 334.58 | 0.81 | 0.43 |
| Hex | C6 | 15 | 60 | 0 | 59 | 34 | 16 | 14F | 51 | 2B |
| Octal | 306 | 25 | 140 | 0 | 131 | 64 | 26 | 517 | 121 | 53 |
| Binary | 11000110 | 10101 | 1100000 | 0 | 1011001 | 110100 | 10110 | 101001111 | 1010001 | 101011 |
Color Harmonies of #C61560
Complementary color
Monochromatic Colors of #C61560
Black with #C61560
Text Example
Text Example
White with #C61560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61560; }
p { color: rgb(198,21,96); }
H1.HeaderClassName
{
color: #C61560;
}
.AnyTagClassName
{
color: #C61560;
}
</style>
background-color css
<style>
a { background-color: #C61560; }
a { background-color: rgb(198,21,96); }
div.DivClassName
{
background-color: #C61560;
}
.BgClassName
{
background-color: #C61560;
}
</style>
border-color css
<style>
span { border-color: #C61560; }
span { border-color: rgb(198,21,96); }
td.TdClassName
{
border-color: #C61560;
}
.TagClassName
{
border-color: #C61560;
}
</style>