Shades of Ruby #C7105A
Tints of Ruby #C7105A
RGB
CMYK
RGB Variations
Color information
#C7105A (or 0xC7105A) is known color: Ruby. HEX triplet: C7, 10 and 5A. RGB value is (199,16,90). Sum of RGB (Red+Green+Blue) = 199+16+90=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C7105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7105A is #38EFA5. Grayscale: #4F4F4F. Windows color (decimal): -3731366 or 5902535. OLE color: 5902535.
HSL color Cylindrical-coordinate representation of color #C7105A: hue angle of 335.74º 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 #C7105A is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 90 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.22 |
| HSL | 335.74º | 0.85% | 0.42% | - |
| HSV(B) | 335.74º | 0.92% | 0.78% | - |
| XYZ | 25.58 | 13.25 | 10.88 | - |
| YUV | 79.15 | 134.13 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 90 | 0 | 0.92 | 0.55 | 0.22 | 335.74 | 0.85 | 0.42 |
| Hex | C7 | 10 | 5A | 0 | 5C | 37 | 16 | 150 | 55 | 2A |
| Octal | 307 | 20 | 132 | 0 | 134 | 67 | 26 | 520 | 125 | 52 |
| Binary | 11000111 | 10000 | 1011010 | 0 | 1011100 | 110111 | 10110 | 101010000 | 1010101 | 101010 |
Color Harmonies of #C7105A
Complementary color
Monochromatic Colors of #C7105A
Black with #C7105A
Text Example
Text Example
White with #C7105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7105A; }
p { color: rgb(199,16,90); }
H1.HeaderClassName
{
color: #C7105A;
}
.AnyTagClassName
{
color: #C7105A;
}
</style>
background-color css
<style>
a { background-color: #C7105A; }
a { background-color: rgb(199,16,90); }
div.DivClassName
{
background-color: #C7105A;
}
.BgClassName
{
background-color: #C7105A;
}
</style>
border-color css
<style>
span { border-color: #C7105A; }
span { border-color: rgb(199,16,90); }
td.TdClassName
{
border-color: #C7105A;
}
.TagClassName
{
border-color: #C7105A;
}
</style>