Shades of Ruby #C7096A
Tints of Ruby #C7096A
RGB
CMYK
RGB Variations
Color information
#C7096A (or 0xC7096A) is known color: Ruby. HEX triplet: C7, 09 and 6A. RGB value is (199,9,106). Sum of RGB (Red+Green+Blue) = 199+9+106=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C7096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7096A is #38F695. Grayscale: #4C4C4C. Windows color (decimal): -3733142 or 6949319. OLE color: 6949319.
HSL color Cylindrical-coordinate representation of color #C7096A: hue angle of 329.37º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7096A is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 106 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.22 |
| HSL | 329.37º | 0.91% | 0.41% | - |
| HSV(B) | 329.37º | 0.95% | 0.78% | - |
| XYZ | 26.25 | 13.38 | 14.83 | - |
| YUV | 76.87 | 144.45 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 106 | 0 | 0.95 | 0.47 | 0.22 | 329.37 | 0.91 | 0.41 |
| Hex | C7 | 9 | 6A | 0 | 5F | 2F | 16 | 149 | 5B | 29 |
| Octal | 307 | 11 | 152 | 0 | 137 | 57 | 26 | 511 | 133 | 51 |
| Binary | 11000111 | 1001 | 1101010 | 0 | 1011111 | 101111 | 10110 | 101001001 | 1011011 | 101001 |
Color Harmonies of #C7096A
Complementary color
Monochromatic Colors of #C7096A
Black with #C7096A
Text Example
Text Example
White with #C7096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7096A; }
p { color: rgb(199,9,106); }
H1.HeaderClassName
{
color: #C7096A;
}
.AnyTagClassName
{
color: #C7096A;
}
</style>
background-color css
<style>
a { background-color: #C7096A; }
a { background-color: rgb(199,9,106); }
div.DivClassName
{
background-color: #C7096A;
}
.BgClassName
{
background-color: #C7096A;
}
</style>
border-color css
<style>
span { border-color: #C7096A; }
span { border-color: rgb(199,9,106); }
td.TdClassName
{
border-color: #C7096A;
}
.TagClassName
{
border-color: #C7096A;
}
</style>