Shades of Ruby #C7065D
Tints of Ruby #C7065D
RGB
CMYK
RGB Variations
Color information
#C7065D (or 0xC7065D) is known color: Ruby. HEX triplet: C7, 06 and 5D. RGB value is (199,6,93). Sum of RGB (Red+Green+Blue) = 199+6+93=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7065D is #38F9A2. Grayscale: #494949. Windows color (decimal): -3733923 or 6096583. OLE color: 6096583.
HSL color Cylindrical-coordinate representation of color #C7065D: hue angle of 332.95º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7065D is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.22 |
| HSL | 332.95º | 0.94% | 0.4% | - |
| HSV(B) | 332.95º | 0.97% | 0.78% | - |
| XYZ | 25.59 | 13.06 | 11.53 | - |
| YUV | 73.63 | 138.94 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 93 | 0 | 0.97 | 0.53 | 0.22 | 332.95 | 0.94 | 0.4 |
| Hex | C7 | 6 | 5D | 0 | 61 | 35 | 16 | 14D | 5E | 28 |
| Octal | 307 | 6 | 135 | 0 | 141 | 65 | 26 | 515 | 136 | 50 |
| Binary | 11000111 | 110 | 1011101 | 0 | 1100001 | 110101 | 10110 | 101001101 | 1011110 | 101000 |
Color Harmonies of #C7065D
Complementary color
Monochromatic Colors of #C7065D
Black with #C7065D
Text Example
Text Example
White with #C7065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7065D; }
p { color: rgb(199,6,93); }
H1.HeaderClassName
{
color: #C7065D;
}
.AnyTagClassName
{
color: #C7065D;
}
</style>
background-color css
<style>
a { background-color: #C7065D; }
a { background-color: rgb(199,6,93); }
div.DivClassName
{
background-color: #C7065D;
}
.BgClassName
{
background-color: #C7065D;
}
</style>
border-color css
<style>
span { border-color: #C7065D; }
span { border-color: rgb(199,6,93); }
td.TdClassName
{
border-color: #C7065D;
}
.TagClassName
{
border-color: #C7065D;
}
</style>