Shades of Ruby #C60359
Tints of Ruby #C60359
RGB
CMYK
RGB Variations
Color information
#C60359 (or 0xC60359) is known color: Ruby. HEX triplet: C6, 03 and 59. RGB value is (198,3,89). Sum of RGB (Red+Green+Blue) = 198+3+89=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C60359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60359 is #39FCA6. Grayscale: #464646. Windows color (decimal): -3800231 or 5833670. OLE color: 5833670.
HSL color Cylindrical-coordinate representation of color #C60359: hue angle of 333.54º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60359 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 89 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.22 |
| HSL | 333.54º | 0.97% | 0.39% | - |
| HSV(B) | 333.54º | 0.98% | 0.78% | - |
| XYZ | 25.12 | 12.79 | 10.6 | - |
| YUV | 71.11 | 138.1 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 89 | 0 | 0.98 | 0.55 | 0.22 | 333.54 | 0.97 | 0.39 |
| Hex | C6 | 3 | 59 | 0 | 62 | 37 | 16 | 14E | 61 | 27 |
| Octal | 306 | 3 | 131 | 0 | 142 | 67 | 26 | 516 | 141 | 47 |
| Binary | 11000110 | 11 | 1011001 | 0 | 1100010 | 110111 | 10110 | 101001110 | 1100001 | 100111 |
Color Harmonies of #C60359
Complementary color
Monochromatic Colors of #C60359
Black with #C60359
Text Example
Text Example
White with #C60359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60359; }
p { color: rgb(198,3,89); }
H1.HeaderClassName
{
color: #C60359;
}
.AnyTagClassName
{
color: #C60359;
}
</style>
background-color css
<style>
a { background-color: #C60359; }
a { background-color: rgb(198,3,89); }
div.DivClassName
{
background-color: #C60359;
}
.BgClassName
{
background-color: #C60359;
}
</style>
border-color css
<style>
span { border-color: #C60359; }
span { border-color: rgb(198,3,89); }
td.TdClassName
{
border-color: #C60359;
}
.TagClassName
{
border-color: #C60359;
}
</style>