Shades of Ruby #C60754
Tints of Ruby #C60754
RGB
CMYK
RGB Variations
Color information
#C60754 (or 0xC60754) is known color: Ruby. HEX triplet: C6, 07 and 54. RGB value is (198,7,84). Sum of RGB (Red+Green+Blue) = 198+7+84=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C60754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60754 is #39F8AB. Grayscale: #484848. Windows color (decimal): -3799212 or 5507014. OLE color: 5507014.
HSL color Cylindrical-coordinate representation of color #C60754: hue angle of 335.81º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60754 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 7 | 84 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.22 |
| HSL | 335.81º | 0.93% | 0.4% | - |
| HSV(B) | 335.81º | 0.96% | 0.78% | - |
| XYZ | 24.96 | 12.8 | 9.54 | - |
| YUV | 72.89 | 134.28 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 84 | 0 | 0.96 | 0.58 | 0.22 | 335.81 | 0.93 | 0.4 |
| Hex | C6 | 7 | 54 | 0 | 60 | 3A | 16 | 150 | 5D | 28 |
| Octal | 306 | 7 | 124 | 0 | 140 | 72 | 26 | 520 | 135 | 50 |
| Binary | 11000110 | 111 | 1010100 | 0 | 1100000 | 111010 | 10110 | 101010000 | 1011101 | 101000 |
Color Harmonies of #C60754
Complementary color
Monochromatic Colors of #C60754
Black with #C60754
Text Example
Text Example
White with #C60754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60754; }
p { color: rgb(198,7,84); }
H1.HeaderClassName
{
color: #C60754;
}
.AnyTagClassName
{
color: #C60754;
}
</style>
background-color css
<style>
a { background-color: #C60754; }
a { background-color: rgb(198,7,84); }
div.DivClassName
{
background-color: #C60754;
}
.BgClassName
{
background-color: #C60754;
}
</style>
border-color css
<style>
span { border-color: #C60754; }
span { border-color: rgb(198,7,84); }
td.TdClassName
{
border-color: #C60754;
}
.TagClassName
{
border-color: #C60754;
}
</style>