Shades of Ruby #C61864
Tints of Ruby #C61864
RGB
CMYK
RGB Variations
Color information
#C61864 (or 0xC61864) is known color: Ruby. HEX triplet: C6, 18 and 64. RGB value is (198,24,100). Sum of RGB (Red+Green+Blue) = 198+24+100=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C61864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61864 is #39E79B. Grayscale: #545454. Windows color (decimal): -3794844 or 6559942. OLE color: 6559942.
HSL color Cylindrical-coordinate representation of color #C61864: hue angle of 333.79º 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 #C61864 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 100 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.22 |
| HSL | 333.79º | 0.78% | 0.44% | - |
| HSV(B) | 333.79º | 0.88% | 0.78% | - |
| XYZ | 25.92 | 13.58 | 13.31 | - |
| YUV | 84.69 | 136.65 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 100 | 0 | 0.88 | 0.49 | 0.22 | 333.79 | 0.78 | 0.44 |
| Hex | C6 | 18 | 64 | 0 | 58 | 31 | 16 | 14E | 4E | 2C |
| Octal | 306 | 30 | 144 | 0 | 130 | 61 | 26 | 516 | 116 | 54 |
| Binary | 11000110 | 11000 | 1100100 | 0 | 1011000 | 110001 | 10110 | 101001110 | 1001110 | 101100 |
Color Harmonies of #C61864
Complementary color
Monochromatic Colors of #C61864
Black with #C61864
Text Example
Text Example
White with #C61864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61864; }
p { color: rgb(198,24,100); }
H1.HeaderClassName
{
color: #C61864;
}
.AnyTagClassName
{
color: #C61864;
}
</style>
background-color css
<style>
a { background-color: #C61864; }
a { background-color: rgb(198,24,100); }
div.DivClassName
{
background-color: #C61864;
}
.BgClassName
{
background-color: #C61864;
}
</style>
border-color css
<style>
span { border-color: #C61864; }
span { border-color: rgb(198,24,100); }
td.TdClassName
{
border-color: #C61864;
}
.TagClassName
{
border-color: #C61864;
}
</style>