Shades of Ruby #C6075B
Tints of Ruby #C6075B
RGB
CMYK
RGB Variations
Color information
#C6075B (or 0xC6075B) is known color: Ruby. HEX triplet: C6, 07 and 5B. RGB value is (198,7,91). Sum of RGB (Red+Green+Blue) = 198+7+91=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C6075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6075B is #39F8A4. Grayscale: #494949. Windows color (decimal): -3799205 or 5965766. OLE color: 5965766.
HSL color Cylindrical-coordinate representation of color #C6075B: hue angle of 333.61º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6075B is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 7 | 91 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.22 |
| HSL | 333.61º | 0.93% | 0.4% | - |
| HSV(B) | 333.61º | 0.96% | 0.78% | - |
| XYZ | 25.25 | 12.91 | 11.06 | - |
| YUV | 73.69 | 137.78 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 91 | 0 | 0.96 | 0.54 | 0.22 | 333.61 | 0.93 | 0.4 |
| Hex | C6 | 7 | 5B | 0 | 60 | 36 | 16 | 14E | 5D | 28 |
| Octal | 306 | 7 | 133 | 0 | 140 | 66 | 26 | 516 | 135 | 50 |
| Binary | 11000110 | 111 | 1011011 | 0 | 1100000 | 110110 | 10110 | 101001110 | 1011101 | 101000 |
Color Harmonies of #C6075B
Complementary color
Monochromatic Colors of #C6075B
Black with #C6075B
Text Example
Text Example
White with #C6075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6075B; }
p { color: rgb(198,7,91); }
H1.HeaderClassName
{
color: #C6075B;
}
.AnyTagClassName
{
color: #C6075B;
}
</style>
background-color css
<style>
a { background-color: #C6075B; }
a { background-color: rgb(198,7,91); }
div.DivClassName
{
background-color: #C6075B;
}
.BgClassName
{
background-color: #C6075B;
}
</style>
border-color css
<style>
span { border-color: #C6075B; }
span { border-color: rgb(198,7,91); }
td.TdClassName
{
border-color: #C6075B;
}
.TagClassName
{
border-color: #C6075B;
}
</style>