Shades of Ruby #C6065F
Tints of Ruby #C6065F
RGB
CMYK
RGB Variations
Color information
#C6065F (or 0xC6065F) is known color: Ruby. HEX triplet: C6, 06 and 5F. RGB value is (198,6,95). Sum of RGB (Red+Green+Blue) = 198+6+95=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C6065F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6065F is #39F9A0. Grayscale: #494949. Windows color (decimal): -3799457 or 6227654. OLE color: 6227654.
HSL color Cylindrical-coordinate representation of color #C6065F: hue angle of 332.19º 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 #C6065F is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 95 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.22 |
| HSL | 332.19º | 0.94% | 0.4% | - |
| HSV(B) | 332.19º | 0.97% | 0.78% | - |
| XYZ | 25.42 | 12.96 | 11.99 | - |
| YUV | 73.55 | 140.11 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 95 | 0 | 0.97 | 0.52 | 0.22 | 332.19 | 0.94 | 0.4 |
| Hex | C6 | 6 | 5F | 0 | 61 | 34 | 16 | 14C | 5E | 28 |
| Octal | 306 | 6 | 137 | 0 | 141 | 64 | 26 | 514 | 136 | 50 |
| Binary | 11000110 | 110 | 1011111 | 0 | 1100001 | 110100 | 10110 | 101001100 | 1011110 | 101000 |
Color Harmonies of #C6065F
Complementary color
Monochromatic Colors of #C6065F
Black with #C6065F
Text Example
Text Example
White with #C6065F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6065F; }
p { color: rgb(198,6,95); }
H1.HeaderClassName
{
color: #C6065F;
}
.AnyTagClassName
{
color: #C6065F;
}
</style>
background-color css
<style>
a { background-color: #C6065F; }
a { background-color: rgb(198,6,95); }
div.DivClassName
{
background-color: #C6065F;
}
.BgClassName
{
background-color: #C6065F;
}
</style>
border-color css
<style>
span { border-color: #C6065F; }
span { border-color: rgb(198,6,95); }
td.TdClassName
{
border-color: #C6065F;
}
.TagClassName
{
border-color: #C6065F;
}
</style>