Shades of Ruby #C61153
Tints of Ruby #C61153
RGB
CMYK
RGB Variations
Color information
#C61153 (or 0xC61153) is known color: Ruby. HEX triplet: C6, 11 and 53. RGB value is (198,17,83). Sum of RGB (Red+Green+Blue) = 198+17+83=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C61153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61153 is #39EEAC. Grayscale: #4E4E4E. Windows color (decimal): -3796653 or 5444038. OLE color: 5444038.
HSL color Cylindrical-coordinate representation of color #C61153: hue angle of 338.12º 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 #C61153 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 83 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.22 |
| HSL | 338.12º | 0.84% | 0.42% | - |
| HSV(B) | 338.12º | 0.91% | 0.78% | - |
| XYZ | 25.05 | 13.03 | 9.38 | - |
| YUV | 78.64 | 130.47 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 83 | 0 | 0.91 | 0.58 | 0.22 | 338.12 | 0.84 | 0.42 |
| Hex | C6 | 11 | 53 | 0 | 5B | 3A | 16 | 152 | 54 | 2A |
| Octal | 306 | 21 | 123 | 0 | 133 | 72 | 26 | 522 | 124 | 52 |
| Binary | 11000110 | 10001 | 1010011 | 0 | 1011011 | 111010 | 10110 | 101010010 | 1010100 | 101010 |
Color Harmonies of #C61153
Complementary color
Monochromatic Colors of #C61153
Black with #C61153
Text Example
Text Example
White with #C61153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61153; }
p { color: rgb(198,17,83); }
H1.HeaderClassName
{
color: #C61153;
}
.AnyTagClassName
{
color: #C61153;
}
</style>
background-color css
<style>
a { background-color: #C61153; }
a { background-color: rgb(198,17,83); }
div.DivClassName
{
background-color: #C61153;
}
.BgClassName
{
background-color: #C61153;
}
</style>
border-color css
<style>
span { border-color: #C61153; }
span { border-color: rgb(198,17,83); }
td.TdClassName
{
border-color: #C61153;
}
.TagClassName
{
border-color: #C61153;
}
</style>