Shades of Ruby #C7076A
Tints of Ruby #C7076A
RGB
CMYK
RGB Variations
Color information
#C7076A (or 0xC7076A) is known color: Ruby. HEX triplet: C7, 07 and 6A. RGB value is (199,7,106). Sum of RGB (Red+Green+Blue) = 199+7+106=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C7076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7076A is #38F895. Grayscale: #4B4B4B. Windows color (decimal): -3733654 or 6948807. OLE color: 6948807.
HSL color Cylindrical-coordinate representation of color #C7076A: hue angle of 329.06º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7076A is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 106 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.22 |
| HSL | 329.06º | 0.93% | 0.4% | - |
| HSV(B) | 329.06º | 0.96% | 0.78% | - |
| XYZ | 26.23 | 13.33 | 14.83 | - |
| YUV | 75.69 | 145.11 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 106 | 0 | 0.96 | 0.47 | 0.22 | 329.06 | 0.93 | 0.4 |
| Hex | C7 | 7 | 6A | 0 | 60 | 2F | 16 | 149 | 5D | 28 |
| Octal | 307 | 7 | 152 | 0 | 140 | 57 | 26 | 511 | 135 | 50 |
| Binary | 11000111 | 111 | 1101010 | 0 | 1100000 | 101111 | 10110 | 101001001 | 1011101 | 101000 |
Color Harmonies of #C7076A
Complementary color
Monochromatic Colors of #C7076A
Black with #C7076A
Text Example
Text Example
White with #C7076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7076A; }
p { color: rgb(199,7,106); }
H1.HeaderClassName
{
color: #C7076A;
}
.AnyTagClassName
{
color: #C7076A;
}
</style>
background-color css
<style>
a { background-color: #C7076A; }
a { background-color: rgb(199,7,106); }
div.DivClassName
{
background-color: #C7076A;
}
.BgClassName
{
background-color: #C7076A;
}
</style>
border-color css
<style>
span { border-color: #C7076A; }
span { border-color: rgb(199,7,106); }
td.TdClassName
{
border-color: #C7076A;
}
.TagClassName
{
border-color: #C7076A;
}
</style>