Shades of Ruby #C60860
Tints of Ruby #C60860
RGB
CMYK
RGB Variations
Color information
#C60860 (or 0xC60860) is known color: Ruby. HEX triplet: C6, 08 and 60. RGB value is (198,8,96). Sum of RGB (Red+Green+Blue) = 198+8+96=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C60860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60860 is #39F79F. Grayscale: #4A4A4A. Windows color (decimal): -3798944 or 6293702. OLE color: 6293702.
HSL color Cylindrical-coordinate representation of color #C60860: hue angle of 332.21º degrees, saturation: 0.92, 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 #C60860 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 96 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.22 |
| HSL | 332.21º | 0.92% | 0.4% | - |
| HSV(B) | 332.21º | 0.96% | 0.78% | - |
| XYZ | 25.49 | 13.02 | 12.24 | - |
| YUV | 74.84 | 139.95 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 96 | 0 | 0.96 | 0.52 | 0.22 | 332.21 | 0.92 | 0.4 |
| Hex | C6 | 8 | 60 | 0 | 60 | 34 | 16 | 14C | 5C | 28 |
| Octal | 306 | 10 | 140 | 0 | 140 | 64 | 26 | 514 | 134 | 50 |
| Binary | 11000110 | 1000 | 1100000 | 0 | 1100000 | 110100 | 10110 | 101001100 | 1011100 | 101000 |
Color Harmonies of #C60860
Complementary color
Monochromatic Colors of #C60860
Black with #C60860
Text Example
Text Example
White with #C60860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60860; }
p { color: rgb(198,8,96); }
H1.HeaderClassName
{
color: #C60860;
}
.AnyTagClassName
{
color: #C60860;
}
</style>
background-color css
<style>
a { background-color: #C60860; }
a { background-color: rgb(198,8,96); }
div.DivClassName
{
background-color: #C60860;
}
.BgClassName
{
background-color: #C60860;
}
</style>
border-color css
<style>
span { border-color: #C60860; }
span { border-color: rgb(198,8,96); }
td.TdClassName
{
border-color: #C60860;
}
.TagClassName
{
border-color: #C60860;
}
</style>