Shades of Ruby #C60753
Tints of Ruby #C60753
RGB
CMYK
RGB Variations
Color information
#C60753 (or 0xC60753) is known color: Ruby. HEX triplet: C6, 07 and 53. RGB value is (198,7,83). Sum of RGB (Red+Green+Blue) = 198+7+83=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C60753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60753 is #39F8AC. Grayscale: #484848. Windows color (decimal): -3799213 or 5441478. OLE color: 5441478.
HSL color Cylindrical-coordinate representation of color #C60753: hue angle of 336.13º 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 #C60753 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 7 | 83 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.22 |
| HSL | 336.13º | 0.93% | 0.4% | - |
| HSV(B) | 336.13º | 0.96% | 0.78% | - |
| XYZ | 24.93 | 12.78 | 9.34 | - |
| YUV | 72.77 | 133.78 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 83 | 0 | 0.96 | 0.58 | 0.22 | 336.13 | 0.93 | 0.4 |
| Hex | C6 | 7 | 53 | 0 | 60 | 3A | 16 | 150 | 5D | 28 |
| Octal | 306 | 7 | 123 | 0 | 140 | 72 | 26 | 520 | 135 | 50 |
| Binary | 11000110 | 111 | 1010011 | 0 | 1100000 | 111010 | 10110 | 101010000 | 1011101 | 101000 |
Color Harmonies of #C60753
Complementary color
Monochromatic Colors of #C60753
Black with #C60753
Text Example
Text Example
White with #C60753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60753; }
p { color: rgb(198,7,83); }
H1.HeaderClassName
{
color: #C60753;
}
.AnyTagClassName
{
color: #C60753;
}
</style>
background-color css
<style>
a { background-color: #C60753; }
a { background-color: rgb(198,7,83); }
div.DivClassName
{
background-color: #C60753;
}
.BgClassName
{
background-color: #C60753;
}
</style>
border-color css
<style>
span { border-color: #C60753; }
span { border-color: rgb(198,7,83); }
td.TdClassName
{
border-color: #C60753;
}
.TagClassName
{
border-color: #C60753;
}
</style>