Shades of Ruby #C61564
Tints of Ruby #C61564
RGB
CMYK
RGB Variations
Color information
#C61564 (or 0xC61564) is known color: Ruby. HEX triplet: C6, 15 and 64. RGB value is (198,21,100). Sum of RGB (Red+Green+Blue) = 198+21+100=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C61564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61564 is #39EA9B. Grayscale: #525252. Windows color (decimal): -3795612 or 6559174. OLE color: 6559174.
HSL color Cylindrical-coordinate representation of color #C61564: hue angle of 333.22º 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 #C61564 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 100 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.22 |
| HSL | 333.22º | 0.81% | 0.43% | - |
| HSV(B) | 333.22º | 0.89% | 0.78% | - |
| XYZ | 25.86 | 13.46 | 13.29 | - |
| YUV | 82.93 | 137.64 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 100 | 0 | 0.89 | 0.49 | 0.22 | 333.22 | 0.81 | 0.43 |
| Hex | C6 | 15 | 64 | 0 | 59 | 31 | 16 | 14D | 51 | 2B |
| Octal | 306 | 25 | 144 | 0 | 131 | 61 | 26 | 515 | 121 | 53 |
| Binary | 11000110 | 10101 | 1100100 | 0 | 1011001 | 110001 | 10110 | 101001101 | 1010001 | 101011 |
Color Harmonies of #C61564
Complementary color
Monochromatic Colors of #C61564
Black with #C61564
Text Example
Text Example
White with #C61564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61564; }
p { color: rgb(198,21,100); }
H1.HeaderClassName
{
color: #C61564;
}
.AnyTagClassName
{
color: #C61564;
}
</style>
background-color css
<style>
a { background-color: #C61564; }
a { background-color: rgb(198,21,100); }
div.DivClassName
{
background-color: #C61564;
}
.BgClassName
{
background-color: #C61564;
}
</style>
border-color css
<style>
span { border-color: #C61564; }
span { border-color: rgb(198,21,100); }
td.TdClassName
{
border-color: #C61564;
}
.TagClassName
{
border-color: #C61564;
}
</style>