Shades of Ruby #C7086A
Tints of Ruby #C7086A
RGB
CMYK
RGB Variations
Color information
#C7086A (or 0xC7086A) is known color: Ruby. HEX triplet: C7, 08 and 6A. RGB value is (199,8,106). Sum of RGB (Red+Green+Blue) = 199+8+106=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7086A is #38F795. Grayscale: #4C4C4C. Windows color (decimal): -3733398 or 6949063. OLE color: 6949063.
HSL color Cylindrical-coordinate representation of color #C7086A: hue angle of 329.21º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7086A is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 106 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.22 |
| HSL | 329.21º | 0.92% | 0.41% | - |
| HSV(B) | 329.21º | 0.96% | 0.78% | - |
| XYZ | 26.24 | 13.36 | 14.83 | - |
| YUV | 76.28 | 144.78 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 106 | 0 | 0.96 | 0.47 | 0.22 | 329.21 | 0.92 | 0.41 |
| Hex | C7 | 8 | 6A | 0 | 60 | 2F | 16 | 149 | 5C | 29 |
| Octal | 307 | 10 | 152 | 0 | 140 | 57 | 26 | 511 | 134 | 51 |
| Binary | 11000111 | 1000 | 1101010 | 0 | 1100000 | 101111 | 10110 | 101001001 | 1011100 | 101001 |
Color Harmonies of #C7086A
Complementary color
Monochromatic Colors of #C7086A
Black with #C7086A
Text Example
Text Example
White with #C7086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7086A; }
p { color: rgb(199,8,106); }
H1.HeaderClassName
{
color: #C7086A;
}
.AnyTagClassName
{
color: #C7086A;
}
</style>
background-color css
<style>
a { background-color: #C7086A; }
a { background-color: rgb(199,8,106); }
div.DivClassName
{
background-color: #C7086A;
}
.BgClassName
{
background-color: #C7086A;
}
</style>
border-color css
<style>
span { border-color: #C7086A; }
span { border-color: rgb(199,8,106); }
td.TdClassName
{
border-color: #C7086A;
}
.TagClassName
{
border-color: #C7086A;
}
</style>