Shades of Ruby #C6085B
Tints of Ruby #C6085B
RGB
CMYK
RGB Variations
Color information
#C6085B (or 0xC6085B) is known color: Ruby. HEX triplet: C6, 08 and 5B. RGB value is (198,8,91). Sum of RGB (Red+Green+Blue) = 198+8+91=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C6085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6085B is #39F7A4. Grayscale: #4A4A4A. Windows color (decimal): -3798949 or 5966022. OLE color: 5966022.
HSL color Cylindrical-coordinate representation of color #C6085B: hue angle of 333.79º degrees, saturation: 0.92, 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 #C6085B is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 91 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.22 |
| HSL | 333.79º | 0.92% | 0.4% | - |
| HSV(B) | 333.79º | 0.96% | 0.78% | - |
| XYZ | 25.26 | 12.93 | 11.06 | - |
| YUV | 74.27 | 137.45 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 91 | 0 | 0.96 | 0.54 | 0.22 | 333.79 | 0.92 | 0.4 |
| Hex | C6 | 8 | 5B | 0 | 60 | 36 | 16 | 14E | 5C | 28 |
| Octal | 306 | 10 | 133 | 0 | 140 | 66 | 26 | 516 | 134 | 50 |
| Binary | 11000110 | 1000 | 1011011 | 0 | 1100000 | 110110 | 10110 | 101001110 | 1011100 | 101000 |
Color Harmonies of #C6085B
Complementary color
Monochromatic Colors of #C6085B
Black with #C6085B
Text Example
Text Example
White with #C6085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6085B; }
p { color: rgb(198,8,91); }
H1.HeaderClassName
{
color: #C6085B;
}
.AnyTagClassName
{
color: #C6085B;
}
</style>
background-color css
<style>
a { background-color: #C6085B; }
a { background-color: rgb(198,8,91); }
div.DivClassName
{
background-color: #C6085B;
}
.BgClassName
{
background-color: #C6085B;
}
</style>
border-color css
<style>
span { border-color: #C6085B; }
span { border-color: rgb(198,8,91); }
td.TdClassName
{
border-color: #C6085B;
}
.TagClassName
{
border-color: #C6085B;
}
</style>