Shades of Ruby #C60663
Tints of Ruby #C60663
RGB
CMYK
RGB Variations
Color information
#C60663 (or 0xC60663) is known color: Ruby. HEX triplet: C6, 06 and 63. RGB value is (198,6,99). Sum of RGB (Red+Green+Blue) = 198+6+99=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C60663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60663 is #39F99C. Grayscale: #494949. Windows color (decimal): -3799453 or 6489798. OLE color: 6489798.
HSL color Cylindrical-coordinate representation of color #C60663: hue angle of 330.94º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60663 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 99 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.22 |
| HSL | 330.94º | 0.94% | 0.4% | - |
| HSV(B) | 330.94º | 0.97% | 0.78% | - |
| XYZ | 25.61 | 13.04 | 12.97 | - |
| YUV | 74.01 | 142.11 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 99 | 0 | 0.97 | 0.50 | 0.22 | 330.94 | 0.94 | 0.4 |
| Hex | C6 | 6 | 63 | 0 | 61 | 32 | 16 | 14B | 5E | 28 |
| Octal | 306 | 6 | 143 | 0 | 141 | 62 | 26 | 513 | 136 | 50 |
| Binary | 11000110 | 110 | 1100011 | 0 | 1100001 | 110010 | 10110 | 101001011 | 1011110 | 101000 |
Color Harmonies of #C60663
Complementary color
Monochromatic Colors of #C60663
Black with #C60663
Text Example
Text Example
White with #C60663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60663; }
p { color: rgb(198,6,99); }
H1.HeaderClassName
{
color: #C60663;
}
.AnyTagClassName
{
color: #C60663;
}
</style>
background-color css
<style>
a { background-color: #C60663; }
a { background-color: rgb(198,6,99); }
div.DivClassName
{
background-color: #C60663;
}
.BgClassName
{
background-color: #C60663;
}
</style>
border-color css
<style>
span { border-color: #C60663; }
span { border-color: rgb(198,6,99); }
td.TdClassName
{
border-color: #C60663;
}
.TagClassName
{
border-color: #C60663;
}
</style>