Shades of Ruby #C60654
Tints of Ruby #C60654
RGB
CMYK
RGB Variations
Color information
#C60654 (or 0xC60654) is known color: Ruby. HEX triplet: C6, 06 and 54. RGB value is (198,6,84). Sum of RGB (Red+Green+Blue) = 198+6+84=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C60654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60654 is #39F9AB. Grayscale: #484848. Windows color (decimal): -3799468 or 5506758. OLE color: 5506758.
HSL color Cylindrical-coordinate representation of color #C60654: hue angle of 335.62º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60654 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 84 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.22 |
| HSL | 335.63º | 0.94% | 0.4% | - |
| HSV(B) | 335.63º | 0.97% | 0.78% | - |
| XYZ | 24.95 | 12.78 | 9.54 | - |
| YUV | 72.3 | 134.61 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 84 | 0 | 0.97 | 0.58 | 0.22 | 335.63 | 0.94 | 0.4 |
| Hex | C6 | 6 | 54 | 0 | 61 | 3A | 16 | 150 | 5E | 28 |
| Octal | 306 | 6 | 124 | 0 | 141 | 72 | 26 | 520 | 136 | 50 |
| Binary | 11000110 | 110 | 1010100 | 0 | 1100001 | 111010 | 10110 | 101010000 | 1011110 | 101000 |
Color Harmonies of #C60654
Complementary color
Monochromatic Colors of #C60654
Black with #C60654
Text Example
Text Example
White with #C60654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60654; }
p { color: rgb(198,6,84); }
H1.HeaderClassName
{
color: #C60654;
}
.AnyTagClassName
{
color: #C60654;
}
</style>
background-color css
<style>
a { background-color: #C60654; }
a { background-color: rgb(198,6,84); }
div.DivClassName
{
background-color: #C60654;
}
.BgClassName
{
background-color: #C60654;
}
</style>
border-color css
<style>
span { border-color: #C60654; }
span { border-color: rgb(198,6,84); }
td.TdClassName
{
border-color: #C60654;
}
.TagClassName
{
border-color: #C60654;
}
</style>