Shades of Ruby #C61168
Tints of Ruby #C61168
RGB
CMYK
RGB Variations
Color information
#C61168 (or 0xC61168) is known color: Ruby. HEX triplet: C6, 11 and 68. RGB value is (198,17,104). Sum of RGB (Red+Green+Blue) = 198+17+104=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C61168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61168 is #39EE97. Grayscale: #505050. Windows color (decimal): -3796632 or 6820294. OLE color: 6820294.
HSL color Cylindrical-coordinate representation of color #C61168: hue angle of 331.16º degrees, saturation: 0.84, 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 #C61168 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 104 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.22 |
| HSL | 331.16º | 0.84% | 0.42% | - |
| HSV(B) | 331.16º | 0.91% | 0.78% | - |
| XYZ | 25.99 | 13.41 | 14.31 | - |
| YUV | 81.04 | 140.97 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 104 | 0 | 0.91 | 0.47 | 0.22 | 331.16 | 0.84 | 0.42 |
| Hex | C6 | 11 | 68 | 0 | 5B | 2F | 16 | 14B | 54 | 2A |
| Octal | 306 | 21 | 150 | 0 | 133 | 57 | 26 | 513 | 124 | 52 |
| Binary | 11000110 | 10001 | 1101000 | 0 | 1011011 | 101111 | 10110 | 101001011 | 1010100 | 101010 |
Color Harmonies of #C61168
Complementary color
Monochromatic Colors of #C61168
Black with #C61168
Text Example
Text Example
White with #C61168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61168; }
p { color: rgb(198,17,104); }
H1.HeaderClassName
{
color: #C61168;
}
.AnyTagClassName
{
color: #C61168;
}
</style>
background-color css
<style>
a { background-color: #C61168; }
a { background-color: rgb(198,17,104); }
div.DivClassName
{
background-color: #C61168;
}
.BgClassName
{
background-color: #C61168;
}
</style>
border-color css
<style>
span { border-color: #C61168; }
span { border-color: rgb(198,17,104); }
td.TdClassName
{
border-color: #C61168;
}
.TagClassName
{
border-color: #C61168;
}
</style>