Shades of Ruby #C7085B
Tints of Ruby #C7085B
RGB
CMYK
RGB Variations
Color information
#C7085B (or 0xC7085B) is known color: Ruby. HEX triplet: C7, 08 and 5B. RGB value is (199,8,91). Sum of RGB (Red+Green+Blue) = 199+8+91=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7085B is #38F7A4. Grayscale: #4A4A4A. Windows color (decimal): -3733413 or 5966023. OLE color: 5966023.
HSL color Cylindrical-coordinate representation of color #C7085B: hue angle of 333.93º 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 #C7085B is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 91 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.22 |
| HSL | 333.93º | 0.92% | 0.41% | - |
| HSV(B) | 333.93º | 0.96% | 0.78% | - |
| XYZ | 25.53 | 13.07 | 11.08 | - |
| YUV | 74.57 | 137.28 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 91 | 0 | 0.96 | 0.54 | 0.22 | 333.93 | 0.92 | 0.41 |
| Hex | C7 | 8 | 5B | 0 | 60 | 36 | 16 | 14E | 5C | 29 |
| Octal | 307 | 10 | 133 | 0 | 140 | 66 | 26 | 516 | 134 | 51 |
| Binary | 11000111 | 1000 | 1011011 | 0 | 1100000 | 110110 | 10110 | 101001110 | 1011100 | 101001 |
Color Harmonies of #C7085B
Complementary color
Monochromatic Colors of #C7085B
Black with #C7085B
Text Example
Text Example
White with #C7085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7085B; }
p { color: rgb(199,8,91); }
H1.HeaderClassName
{
color: #C7085B;
}
.AnyTagClassName
{
color: #C7085B;
}
</style>
background-color css
<style>
a { background-color: #C7085B; }
a { background-color: rgb(199,8,91); }
div.DivClassName
{
background-color: #C7085B;
}
.BgClassName
{
background-color: #C7085B;
}
</style>
border-color css
<style>
span { border-color: #C7085B; }
span { border-color: rgb(199,8,91); }
td.TdClassName
{
border-color: #C7085B;
}
.TagClassName
{
border-color: #C7085B;
}
</style>