Shades of Ruby #C6065D
Tints of Ruby #C6065D
RGB
CMYK
RGB Variations
Color information
#C6065D (or 0xC6065D) is known color: Ruby. HEX triplet: C6, 06 and 5D. RGB value is (198,6,93). Sum of RGB (Red+Green+Blue) = 198+6+93=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C6065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6065D is #39F9A2. Grayscale: #494949. Windows color (decimal): -3799459 or 6096582. OLE color: 6096582.
HSL color Cylindrical-coordinate representation of color #C6065D: hue angle of 332.81º 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 #C6065D is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.22 |
| HSL | 332.81º | 0.94% | 0.4% | - |
| HSV(B) | 332.81º | 0.97% | 0.78% | - |
| XYZ | 25.33 | 12.93 | 11.52 | - |
| YUV | 73.33 | 139.11 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 93 | 0 | 0.97 | 0.53 | 0.22 | 332.81 | 0.94 | 0.4 |
| Hex | C6 | 6 | 5D | 0 | 61 | 35 | 16 | 14D | 5E | 28 |
| Octal | 306 | 6 | 135 | 0 | 141 | 65 | 26 | 515 | 136 | 50 |
| Binary | 11000110 | 110 | 1011101 | 0 | 1100001 | 110101 | 10110 | 101001101 | 1011110 | 101000 |
Color Harmonies of #C6065D
Complementary color
Monochromatic Colors of #C6065D
Black with #C6065D
Text Example
Text Example
White with #C6065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6065D; }
p { color: rgb(198,6,93); }
H1.HeaderClassName
{
color: #C6065D;
}
.AnyTagClassName
{
color: #C6065D;
}
</style>
background-color css
<style>
a { background-color: #C6065D; }
a { background-color: rgb(198,6,93); }
div.DivClassName
{
background-color: #C6065D;
}
.BgClassName
{
background-color: #C6065D;
}
</style>
border-color css
<style>
span { border-color: #C6065D; }
span { border-color: rgb(198,6,93); }
td.TdClassName
{
border-color: #C6065D;
}
.TagClassName
{
border-color: #C6065D;
}
</style>