Shades of Ruby #C61260
Tints of Ruby #C61260
RGB
CMYK
RGB Variations
Color information
#C61260 (or 0xC61260) is known color: Ruby. HEX triplet: C6, 12 and 60. RGB value is (198,18,96). Sum of RGB (Red+Green+Blue) = 198+18+96=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C61260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61260 is #39ED9F. Grayscale: #505050. Windows color (decimal): -3796384 or 6296262. OLE color: 6296262.
HSL color Cylindrical-coordinate representation of color #C61260: hue angle of 334º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61260 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 96 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.22 |
| HSL | 334º | 0.83% | 0.42% | - |
| HSV(B) | 334º | 0.91% | 0.78% | - |
| XYZ | 25.62 | 13.28 | 12.28 | - |
| YUV | 80.71 | 136.63 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 96 | 0 | 0.91 | 0.52 | 0.22 | 334 | 0.83 | 0.42 |
| Hex | C6 | 12 | 60 | 0 | 5B | 34 | 16 | 14E | 53 | 2A |
| Octal | 306 | 22 | 140 | 0 | 133 | 64 | 26 | 516 | 123 | 52 |
| Binary | 11000110 | 10010 | 1100000 | 0 | 1011011 | 110100 | 10110 | 101001110 | 1010011 | 101010 |
Color Harmonies of #C61260
Complementary color
Monochromatic Colors of #C61260
Black with #C61260
Text Example
Text Example
White with #C61260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61260; }
p { color: rgb(198,18,96); }
H1.HeaderClassName
{
color: #C61260;
}
.AnyTagClassName
{
color: #C61260;
}
</style>
background-color css
<style>
a { background-color: #C61260; }
a { background-color: rgb(198,18,96); }
div.DivClassName
{
background-color: #C61260;
}
.BgClassName
{
background-color: #C61260;
}
</style>
border-color css
<style>
span { border-color: #C61260; }
span { border-color: rgb(198,18,96); }
td.TdClassName
{
border-color: #C61260;
}
.TagClassName
{
border-color: #C61260;
}
</style>