Shades of Ruby #C7085F
Tints of Ruby #C7085F
RGB
CMYK
RGB Variations
Color information
#C7085F (or 0xC7085F) is known color: Ruby. HEX triplet: C7, 08 and 5F. RGB value is (199,8,95). Sum of RGB (Red+Green+Blue) = 199+8+95=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C7085F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7085F is #38F7A0. Grayscale: #4A4A4A. Windows color (decimal): -3733409 or 6228167. OLE color: 6228167.
HSL color Cylindrical-coordinate representation of color #C7085F: hue angle of 332.67º 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 #C7085F is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 95 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.22 |
| HSL | 332.67º | 0.92% | 0.41% | - |
| HSV(B) | 332.67º | 0.96% | 0.78% | - |
| XYZ | 25.71 | 13.14 | 12.01 | - |
| YUV | 75.03 | 139.28 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 95 | 0 | 0.96 | 0.52 | 0.22 | 332.67 | 0.92 | 0.41 |
| Hex | C7 | 8 | 5F | 0 | 60 | 34 | 16 | 14D | 5C | 29 |
| Octal | 307 | 10 | 137 | 0 | 140 | 64 | 26 | 515 | 134 | 51 |
| Binary | 11000111 | 1000 | 1011111 | 0 | 1100000 | 110100 | 10110 | 101001101 | 1011100 | 101001 |
Color Harmonies of #C7085F
Complementary color
Monochromatic Colors of #C7085F
Black with #C7085F
Text Example
Text Example
White with #C7085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7085F; }
p { color: rgb(199,8,95); }
H1.HeaderClassName
{
color: #C7085F;
}
.AnyTagClassName
{
color: #C7085F;
}
</style>
background-color css
<style>
a { background-color: #C7085F; }
a { background-color: rgb(199,8,95); }
div.DivClassName
{
background-color: #C7085F;
}
.BgClassName
{
background-color: #C7085F;
}
</style>
border-color css
<style>
span { border-color: #C7085F; }
span { border-color: rgb(199,8,95); }
td.TdClassName
{
border-color: #C7085F;
}
.TagClassName
{
border-color: #C7085F;
}
</style>