Shades of Ruby #C60764
Tints of Ruby #C60764
RGB
CMYK
RGB Variations
Color information
#C60764 (or 0xC60764) is known color: Ruby. HEX triplet: C6, 07 and 64. RGB value is (198,7,100). Sum of RGB (Red+Green+Blue) = 198+7+100=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C60764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60764 is #39F89B. Grayscale: #4A4A4A. Windows color (decimal): -3799196 or 6555590. OLE color: 6555590.
HSL color Cylindrical-coordinate representation of color #C60764: hue angle of 330.79º 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 #C60764 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 7 | 100 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.22 |
| HSL | 330.79º | 0.93% | 0.4% | - |
| HSV(B) | 330.79º | 0.96% | 0.78% | - |
| XYZ | 25.66 | 13.08 | 13.23 | - |
| YUV | 74.71 | 142.28 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 100 | 0 | 0.96 | 0.49 | 0.22 | 330.79 | 0.93 | 0.4 |
| Hex | C6 | 7 | 64 | 0 | 60 | 31 | 16 | 14B | 5D | 28 |
| Octal | 306 | 7 | 144 | 0 | 140 | 61 | 26 | 513 | 135 | 50 |
| Binary | 11000110 | 111 | 1100100 | 0 | 1100000 | 110001 | 10110 | 101001011 | 1011101 | 101000 |
Color Harmonies of #C60764
Complementary color
Monochromatic Colors of #C60764
Black with #C60764
Text Example
Text Example
White with #C60764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60764; }
p { color: rgb(198,7,100); }
H1.HeaderClassName
{
color: #C60764;
}
.AnyTagClassName
{
color: #C60764;
}
</style>
background-color css
<style>
a { background-color: #C60764; }
a { background-color: rgb(198,7,100); }
div.DivClassName
{
background-color: #C60764;
}
.BgClassName
{
background-color: #C60764;
}
</style>
border-color css
<style>
span { border-color: #C60764; }
span { border-color: rgb(198,7,100); }
td.TdClassName
{
border-color: #C60764;
}
.TagClassName
{
border-color: #C60764;
}
</style>