Shades of Ruby #C60061
Tints of Ruby #C60061
RGB
CMYK
RGB Variations
Color information
#C60061 (or 0xC60061) is known color: Ruby. HEX triplet: C6, 00 and 61. RGB value is (198,0,97). Sum of RGB (Red+Green+Blue) = 198+0+97=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C60061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60061 is #39FF9E. Grayscale: #464646. Windows color (decimal): -3800991 or 6357190. OLE color: 6357190.
HSL color Cylindrical-coordinate representation of color #C60061: hue angle of 330.61º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60061 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.51 | 0.22 |
| HSL | 330.61º | 1% | 0.39% | - |
| HSV(B) | 330.61º | 1% | 0.78% | - |
| XYZ | 25.45 | 12.87 | 12.45 | - |
| YUV | 70.26 | 143.1 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 97 | 0 | 1 | 0.51 | 0.22 | 330.61 | 1 | 0.39 |
| Hex | C6 | 0 | 61 | 0 | 64 | 33 | 16 | 14B | 64 | 27 |
| Octal | 306 | 0 | 141 | 0 | 144 | 63 | 26 | 513 | 144 | 47 |
| Binary | 11000110 | 0 | 1100001 | 0 | 1100100 | 110011 | 10110 | 101001011 | 1100100 | 100111 |
Color Harmonies of #C60061
Complementary color
Monochromatic Colors of #C60061
Black with #C60061
Text Example
Text Example
White with #C60061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60061; }
p { color: rgb(198,0,97); }
H1.HeaderClassName
{
color: #C60061;
}
.AnyTagClassName
{
color: #C60061;
}
</style>
background-color css
<style>
a { background-color: #C60061; }
a { background-color: rgb(198,0,97); }
div.DivClassName
{
background-color: #C60061;
}
.BgClassName
{
background-color: #C60061;
}
</style>
border-color css
<style>
span { border-color: #C60061; }
span { border-color: rgb(198,0,97); }
td.TdClassName
{
border-color: #C60061;
}
.TagClassName
{
border-color: #C60061;
}
</style>