Shades of Ruby #C60760
Tints of Ruby #C60760
RGB
CMYK
RGB Variations
Color information
#C60760 (or 0xC60760) is known color: Ruby. HEX triplet: C6, 07 and 60. RGB value is (198,7,96). Sum of RGB (Red+Green+Blue) = 198+7+96=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C60760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60760 is #39F89F. Grayscale: #4A4A4A. Windows color (decimal): -3799200 or 6293446. OLE color: 6293446.
HSL color Cylindrical-coordinate representation of color #C60760: hue angle of 332.04º 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 #C60760 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 7 | 96 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.22 |
| HSL | 332.04º | 0.93% | 0.4% | - |
| HSV(B) | 332.04º | 0.96% | 0.78% | - |
| XYZ | 25.48 | 13 | 12.23 | - |
| YUV | 74.26 | 140.28 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 96 | 0 | 0.96 | 0.52 | 0.22 | 332.04 | 0.93 | 0.4 |
| Hex | C6 | 7 | 60 | 0 | 60 | 34 | 16 | 14C | 5D | 28 |
| Octal | 306 | 7 | 140 | 0 | 140 | 64 | 26 | 514 | 135 | 50 |
| Binary | 11000110 | 111 | 1100000 | 0 | 1100000 | 110100 | 10110 | 101001100 | 1011101 | 101000 |
Color Harmonies of #C60760
Complementary color
Monochromatic Colors of #C60760
Black with #C60760
Text Example
Text Example
White with #C60760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60760; }
p { color: rgb(198,7,96); }
H1.HeaderClassName
{
color: #C60760;
}
.AnyTagClassName
{
color: #C60760;
}
</style>
background-color css
<style>
a { background-color: #C60760; }
a { background-color: rgb(198,7,96); }
div.DivClassName
{
background-color: #C60760;
}
.BgClassName
{
background-color: #C60760;
}
</style>
border-color css
<style>
span { border-color: #C60760; }
span { border-color: rgb(198,7,96); }
td.TdClassName
{
border-color: #C60760;
}
.TagClassName
{
border-color: #C60760;
}
</style>