Shades of Ruby #C61262
Tints of Ruby #C61262
RGB
CMYK
RGB Variations
Color information
#C61262 (or 0xC61262) is known color: Ruby. HEX triplet: C6, 12 and 62. RGB value is (198,18,98). Sum of RGB (Red+Green+Blue) = 198+18+98=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C61262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61262 is #39ED9D. Grayscale: #505050. Windows color (decimal): -3796382 or 6427334. OLE color: 6427334.
HSL color Cylindrical-coordinate representation of color #C61262: hue angle of 333.33º 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 #C61262 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 98 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.22 |
| HSL | 333.33º | 0.83% | 0.42% | - |
| HSV(B) | 333.33º | 0.91% | 0.78% | - |
| XYZ | 25.71 | 13.32 | 12.77 | - |
| YUV | 80.94 | 137.63 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 98 | 0 | 0.91 | 0.51 | 0.22 | 333.33 | 0.83 | 0.42 |
| Hex | C6 | 12 | 62 | 0 | 5B | 33 | 16 | 14D | 53 | 2A |
| Octal | 306 | 22 | 142 | 0 | 133 | 63 | 26 | 515 | 123 | 52 |
| Binary | 11000110 | 10010 | 1100010 | 0 | 1011011 | 110011 | 10110 | 101001101 | 1010011 | 101010 |
Color Harmonies of #C61262
Complementary color
Monochromatic Colors of #C61262
Black with #C61262
Text Example
Text Example
White with #C61262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61262; }
p { color: rgb(198,18,98); }
H1.HeaderClassName
{
color: #C61262;
}
.AnyTagClassName
{
color: #C61262;
}
</style>
background-color css
<style>
a { background-color: #C61262; }
a { background-color: rgb(198,18,98); }
div.DivClassName
{
background-color: #C61262;
}
.BgClassName
{
background-color: #C61262;
}
</style>
border-color css
<style>
span { border-color: #C61262; }
span { border-color: rgb(198,18,98); }
td.TdClassName
{
border-color: #C61262;
}
.TagClassName
{
border-color: #C61262;
}
</style>