Shades of Ruby #C60653
Tints of Ruby #C60653
RGB
CMYK
RGB Variations
Color information
#C60653 (or 0xC60653) is known color: Ruby. HEX triplet: C6, 06 and 53. RGB value is (198,6,83). Sum of RGB (Red+Green+Blue) = 198+6+83=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C60653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60653 is #39F9AC. Grayscale: #484848. Windows color (decimal): -3799469 or 5441222. OLE color: 5441222.
HSL color Cylindrical-coordinate representation of color #C60653: hue angle of 335.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 #C60653 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 83 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.22 |
| HSL | 335.94º | 0.94% | 0.4% | - |
| HSV(B) | 335.94º | 0.97% | 0.78% | - |
| XYZ | 24.92 | 12.76 | 9.33 | - |
| YUV | 72.19 | 134.11 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 83 | 0 | 0.97 | 0.58 | 0.22 | 335.94 | 0.94 | 0.4 |
| Hex | C6 | 6 | 53 | 0 | 61 | 3A | 16 | 150 | 5E | 28 |
| Octal | 306 | 6 | 123 | 0 | 141 | 72 | 26 | 520 | 136 | 50 |
| Binary | 11000110 | 110 | 1010011 | 0 | 1100001 | 111010 | 10110 | 101010000 | 1011110 | 101000 |
Color Harmonies of #C60653
Complementary color
Monochromatic Colors of #C60653
Black with #C60653
Text Example
Text Example
White with #C60653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60653; }
p { color: rgb(198,6,83); }
H1.HeaderClassName
{
color: #C60653;
}
.AnyTagClassName
{
color: #C60653;
}
</style>
background-color css
<style>
a { background-color: #C60653; }
a { background-color: rgb(198,6,83); }
div.DivClassName
{
background-color: #C60653;
}
.BgClassName
{
background-color: #C60653;
}
</style>
border-color css
<style>
span { border-color: #C60653; }
span { border-color: rgb(198,6,83); }
td.TdClassName
{
border-color: #C60653;
}
.TagClassName
{
border-color: #C60653;
}
</style>