Shades of Ruby #C7105C
Tints of Ruby #C7105C
RGB
CMYK
RGB Variations
Color information
#C7105C (or 0xC7105C) is known color: Ruby. HEX triplet: C7, 10 and 5C. RGB value is (199,16,92). Sum of RGB (Red+Green+Blue) = 199+16+92=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C7105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7105C is #38EFA3. Grayscale: #4F4F4F. Windows color (decimal): -3731364 or 6033607. OLE color: 6033607.
HSL color Cylindrical-coordinate representation of color #C7105C: hue angle of 335.08º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7105C is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 92 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.22 |
| HSL | 335.08º | 0.85% | 0.42% | - |
| HSV(B) | 335.08º | 0.92% | 0.78% | - |
| XYZ | 25.67 | 13.29 | 11.34 | - |
| YUV | 79.38 | 135.13 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 92 | 0 | 0.92 | 0.54 | 0.22 | 335.08 | 0.85 | 0.42 |
| Hex | C7 | 10 | 5C | 0 | 5C | 36 | 16 | 14F | 55 | 2A |
| Octal | 307 | 20 | 134 | 0 | 134 | 66 | 26 | 517 | 125 | 52 |
| Binary | 11000111 | 10000 | 1011100 | 0 | 1011100 | 110110 | 10110 | 101001111 | 1010101 | 101010 |
Color Harmonies of #C7105C
Complementary color
Monochromatic Colors of #C7105C
Black with #C7105C
Text Example
Text Example
White with #C7105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7105C; }
p { color: rgb(199,16,92); }
H1.HeaderClassName
{
color: #C7105C;
}
.AnyTagClassName
{
color: #C7105C;
}
</style>
background-color css
<style>
a { background-color: #C7105C; }
a { background-color: rgb(199,16,92); }
div.DivClassName
{
background-color: #C7105C;
}
.BgClassName
{
background-color: #C7105C;
}
</style>
border-color css
<style>
span { border-color: #C7105C; }
span { border-color: rgb(199,16,92); }
td.TdClassName
{
border-color: #C7105C;
}
.TagClassName
{
border-color: #C7105C;
}
</style>