Shades of Ruby #C60D63
Tints of Ruby #C60D63
RGB
CMYK
RGB Variations
Color information
#C60D63 (or 0xC60D63) is known color: Ruby. HEX triplet: C6, 0D and 63. RGB value is (198,13,99). Sum of RGB (Red+Green+Blue) = 198+13+99=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60D63 is #39F29C. Grayscale: #4D4D4D. Windows color (decimal): -3797661 or 6491590. OLE color: 6491590.
HSL color Cylindrical-coordinate representation of color #C60D63: hue angle of 332.11º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60D63 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 99 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.22 |
| HSL | 332.11º | 0.88% | 0.41% | - |
| HSV(B) | 332.11º | 0.93% | 0.78% | - |
| XYZ | 25.68 | 13.19 | 13 | - |
| YUV | 78.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 99 | 0 | 0.93 | 0.50 | 0.22 | 332.11 | 0.88 | 0.41 |
| Hex | C6 | D | 63 | 0 | 5D | 32 | 16 | 14C | 58 | 29 |
| Octal | 306 | 15 | 143 | 0 | 135 | 62 | 26 | 514 | 130 | 51 |
| Binary | 11000110 | 1101 | 1100011 | 0 | 1011101 | 110010 | 10110 | 101001100 | 1011000 | 101001 |
Color Harmonies of #C60D63
Complementary color
Monochromatic Colors of #C60D63
Black with #C60D63
Text Example
Text Example
White with #C60D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60D63; }
p { color: rgb(198,13,99); }
H1.HeaderClassName
{
color: #C60D63;
}
.AnyTagClassName
{
color: #C60D63;
}
</style>
background-color css
<style>
a { background-color: #C60D63; }
a { background-color: rgb(198,13,99); }
div.DivClassName
{
background-color: #C60D63;
}
.BgClassName
{
background-color: #C60D63;
}
</style>
border-color css
<style>
span { border-color: #C60D63; }
span { border-color: rgb(198,13,99); }
td.TdClassName
{
border-color: #C60D63;
}
.TagClassName
{
border-color: #C60D63;
}
</style>