Shades of Ruby #C60F5D
Tints of Ruby #C60F5D
RGB
CMYK
RGB Variations
Color information
#C60F5D (or 0xC60F5D) is known color: Ruby. HEX triplet: C6, 0F and 5D. RGB value is (198,15,93). Sum of RGB (Red+Green+Blue) = 198+15+93=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60F5D is #39F0A2. Grayscale: #4E4E4E. Windows color (decimal): -3797155 or 6098886. OLE color: 6098886.
HSL color Cylindrical-coordinate representation of color #C60F5D: hue angle of 334.43º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C60F5D is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 93 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.22 |
| HSL | 334.43º | 0.86% | 0.42% | - |
| HSV(B) | 334.43º | 0.92% | 0.78% | - |
| XYZ | 25.44 | 13.14 | 11.55 | - |
| YUV | 78.61 | 136.13 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 93 | 0 | 0.92 | 0.53 | 0.22 | 334.43 | 0.86 | 0.42 |
| Hex | C6 | F | 5D | 0 | 5C | 35 | 16 | 14E | 56 | 2A |
| Octal | 306 | 17 | 135 | 0 | 134 | 65 | 26 | 516 | 126 | 52 |
| Binary | 11000110 | 1111 | 1011101 | 0 | 1011100 | 110101 | 10110 | 101001110 | 1010110 | 101010 |
Color Harmonies of #C60F5D
Complementary color
Monochromatic Colors of #C60F5D
Black with #C60F5D
Text Example
Text Example
White with #C60F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F5D; }
p { color: rgb(198,15,93); }
H1.HeaderClassName
{
color: #C60F5D;
}
.AnyTagClassName
{
color: #C60F5D;
}
</style>
background-color css
<style>
a { background-color: #C60F5D; }
a { background-color: rgb(198,15,93); }
div.DivClassName
{
background-color: #C60F5D;
}
.BgClassName
{
background-color: #C60F5D;
}
</style>
border-color css
<style>
span { border-color: #C60F5D; }
span { border-color: rgb(198,15,93); }
td.TdClassName
{
border-color: #C60F5D;
}
.TagClassName
{
border-color: #C60F5D;
}
</style>