Shades of Ruby #C7115B
Tints of Ruby #C7115B
RGB
CMYK
RGB Variations
Color information
#C7115B (or 0xC7115B) is known color: Ruby. HEX triplet: C7, 11 and 5B. RGB value is (199,17,91). Sum of RGB (Red+Green+Blue) = 199+17+91=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C7115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7115B is #38EEA4. Grayscale: #4F4F4F. Windows color (decimal): -3731109 or 5968327. OLE color: 5968327.
HSL color Cylindrical-coordinate representation of color #C7115B: hue angle of 335.6º 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 #C7115B is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 91 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.22 |
| HSL | 335.6º | 0.84% | 0.42% | - |
| HSV(B) | 335.6º | 0.91% | 0.78% | - |
| XYZ | 25.64 | 13.3 | 11.11 | - |
| YUV | 79.85 | 134.3 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 91 | 0 | 0.91 | 0.54 | 0.22 | 335.6 | 0.84 | 0.42 |
| Hex | C7 | 11 | 5B | 0 | 5B | 36 | 16 | 150 | 54 | 2A |
| Octal | 307 | 21 | 133 | 0 | 133 | 66 | 26 | 520 | 124 | 52 |
| Binary | 11000111 | 10001 | 1011011 | 0 | 1011011 | 110110 | 10110 | 101010000 | 1010100 | 101010 |
Color Harmonies of #C7115B
Complementary color
Monochromatic Colors of #C7115B
Black with #C7115B
Text Example
Text Example
White with #C7115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7115B; }
p { color: rgb(199,17,91); }
H1.HeaderClassName
{
color: #C7115B;
}
.AnyTagClassName
{
color: #C7115B;
}
</style>
background-color css
<style>
a { background-color: #C7115B; }
a { background-color: rgb(199,17,91); }
div.DivClassName
{
background-color: #C7115B;
}
.BgClassName
{
background-color: #C7115B;
}
</style>
border-color css
<style>
span { border-color: #C7115B; }
span { border-color: rgb(199,17,91); }
td.TdClassName
{
border-color: #C7115B;
}
.TagClassName
{
border-color: #C7115B;
}
</style>