Shades of Ruby #C6115E
Tints of Ruby #C6115E
RGB
CMYK
RGB Variations
Color information
#C6115E (or 0xC6115E) is known color: Ruby. HEX triplet: C6, 11 and 5E. RGB value is (198,17,94). Sum of RGB (Red+Green+Blue) = 198+17+94=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C6115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6115E is #39EEA1. Grayscale: #4F4F4F. Windows color (decimal): -3796642 or 6164934. OLE color: 6164934.
HSL color Cylindrical-coordinate representation of color #C6115E: hue angle of 334.48º 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 #C6115E is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 94 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.22 |
| HSL | 334.48º | 0.84% | 0.42% | - |
| HSV(B) | 334.48º | 0.91% | 0.78% | - |
| XYZ | 25.51 | 13.21 | 11.8 | - |
| YUV | 79.9 | 135.97 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 94 | 0 | 0.91 | 0.53 | 0.22 | 334.48 | 0.84 | 0.42 |
| Hex | C6 | 11 | 5E | 0 | 5B | 35 | 16 | 14E | 54 | 2A |
| Octal | 306 | 21 | 136 | 0 | 133 | 65 | 26 | 516 | 124 | 52 |
| Binary | 11000110 | 10001 | 1011110 | 0 | 1011011 | 110101 | 10110 | 101001110 | 1010100 | 101010 |
Color Harmonies of #C6115E
Complementary color
Monochromatic Colors of #C6115E
Black with #C6115E
Text Example
Text Example
White with #C6115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6115E; }
p { color: rgb(198,17,94); }
H1.HeaderClassName
{
color: #C6115E;
}
.AnyTagClassName
{
color: #C6115E;
}
</style>
background-color css
<style>
a { background-color: #C6115E; }
a { background-color: rgb(198,17,94); }
div.DivClassName
{
background-color: #C6115E;
}
.BgClassName
{
background-color: #C6115E;
}
</style>
border-color css
<style>
span { border-color: #C6115E; }
span { border-color: rgb(198,17,94); }
td.TdClassName
{
border-color: #C6115E;
}
.TagClassName
{
border-color: #C6115E;
}
</style>