Shades of Ruby #C61261
Tints of Ruby #C61261
RGB
CMYK
RGB Variations
Color information
#C61261 (or 0xC61261) is known color: Ruby. HEX triplet: C6, 12 and 61. RGB value is (198,18,97). Sum of RGB (Red+Green+Blue) = 198+18+97=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C61261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61261 is #39ED9E. Grayscale: #505050. Windows color (decimal): -3796383 or 6361798. OLE color: 6361798.
HSL color Cylindrical-coordinate representation of color #C61261: hue angle of 333.67º 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 #C61261 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 97 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.22 |
| HSL | 333.67º | 0.83% | 0.42% | - |
| HSV(B) | 333.67º | 0.91% | 0.78% | - |
| XYZ | 25.66 | 13.3 | 12.52 | - |
| YUV | 80.83 | 137.13 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 97 | 0 | 0.91 | 0.51 | 0.22 | 333.67 | 0.83 | 0.42 |
| Hex | C6 | 12 | 61 | 0 | 5B | 33 | 16 | 14E | 53 | 2A |
| Octal | 306 | 22 | 141 | 0 | 133 | 63 | 26 | 516 | 123 | 52 |
| Binary | 11000110 | 10010 | 1100001 | 0 | 1011011 | 110011 | 10110 | 101001110 | 1010011 | 101010 |
Color Harmonies of #C61261
Complementary color
Monochromatic Colors of #C61261
Black with #C61261
Text Example
Text Example
White with #C61261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61261; }
p { color: rgb(198,18,97); }
H1.HeaderClassName
{
color: #C61261;
}
.AnyTagClassName
{
color: #C61261;
}
</style>
background-color css
<style>
a { background-color: #C61261; }
a { background-color: rgb(198,18,97); }
div.DivClassName
{
background-color: #C61261;
}
.BgClassName
{
background-color: #C61261;
}
</style>
border-color css
<style>
span { border-color: #C61261; }
span { border-color: rgb(198,18,97); }
td.TdClassName
{
border-color: #C61261;
}
.TagClassName
{
border-color: #C61261;
}
</style>