Shades of Ruby #C6115B
Tints of Ruby #C6115B
RGB
CMYK
RGB Variations
Color information
#C6115B (or 0xC6115B) is known color: Ruby. HEX triplet: C6, 11 and 5B. RGB value is (198,17,91). Sum of RGB (Red+Green+Blue) = 198+17+91=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C6115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6115B is #39EEA4. Grayscale: #4F4F4F. Windows color (decimal): -3796645 or 5968326. OLE color: 5968326.
HSL color Cylindrical-coordinate representation of color #C6115B: hue angle of 335.47º 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 #C6115B is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 91 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.22 |
| HSL | 335.47º | 0.84% | 0.42% | - |
| HSV(B) | 335.47º | 0.91% | 0.78% | - |
| XYZ | 25.38 | 13.16 | 11.1 | - |
| YUV | 79.56 | 134.47 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 91 | 0 | 0.91 | 0.54 | 0.22 | 335.47 | 0.84 | 0.42 |
| Hex | C6 | 11 | 5B | 0 | 5B | 36 | 16 | 14F | 54 | 2A |
| Octal | 306 | 21 | 133 | 0 | 133 | 66 | 26 | 517 | 124 | 52 |
| Binary | 11000110 | 10001 | 1011011 | 0 | 1011011 | 110110 | 10110 | 101001111 | 1010100 | 101010 |
Color Harmonies of #C6115B
Complementary color
Monochromatic Colors of #C6115B
Black with #C6115B
Text Example
Text Example
White with #C6115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6115B; }
p { color: rgb(198,17,91); }
H1.HeaderClassName
{
color: #C6115B;
}
.AnyTagClassName
{
color: #C6115B;
}
</style>
background-color css
<style>
a { background-color: #C6115B; }
a { background-color: rgb(198,17,91); }
div.DivClassName
{
background-color: #C6115B;
}
.BgClassName
{
background-color: #C6115B;
}
</style>
border-color css
<style>
span { border-color: #C6115B; }
span { border-color: rgb(198,17,91); }
td.TdClassName
{
border-color: #C6115B;
}
.TagClassName
{
border-color: #C6115B;
}
</style>