Shades of Ruby #C6185D
Tints of Ruby #C6185D
RGB
CMYK
RGB Variations
Color information
#C6185D (or 0xC6185D) is known color: Ruby. HEX triplet: C6, 18 and 5D. RGB value is (198,24,93). Sum of RGB (Red+Green+Blue) = 198+24+93=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C6185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6185D is #39E7A2. Grayscale: #535353. Windows color (decimal): -3794851 or 6101190. OLE color: 6101190.
HSL color Cylindrical-coordinate representation of color #C6185D: hue angle of 336.21º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6185D is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 93 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.22 |
| HSL | 336.21º | 0.78% | 0.44% | - |
| HSV(B) | 336.21º | 0.88% | 0.78% | - |
| XYZ | 25.59 | 13.45 | 11.6 | - |
| YUV | 83.89 | 133.15 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 93 | 0 | 0.88 | 0.53 | 0.22 | 336.21 | 0.78 | 0.44 |
| Hex | C6 | 18 | 5D | 0 | 58 | 35 | 16 | 150 | 4E | 2C |
| Octal | 306 | 30 | 135 | 0 | 130 | 65 | 26 | 520 | 116 | 54 |
| Binary | 11000110 | 11000 | 1011101 | 0 | 1011000 | 110101 | 10110 | 101010000 | 1001110 | 101100 |
Color Harmonies of #C6185D
Complementary color
Monochromatic Colors of #C6185D
Black with #C6185D
Text Example
Text Example
White with #C6185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6185D; }
p { color: rgb(198,24,93); }
H1.HeaderClassName
{
color: #C6185D;
}
.AnyTagClassName
{
color: #C6185D;
}
</style>
background-color css
<style>
a { background-color: #C6185D; }
a { background-color: rgb(198,24,93); }
div.DivClassName
{
background-color: #C6185D;
}
.BgClassName
{
background-color: #C6185D;
}
</style>
border-color css
<style>
span { border-color: #C6185D; }
span { border-color: rgb(198,24,93); }
td.TdClassName
{
border-color: #C6185D;
}
.TagClassName
{
border-color: #C6185D;
}
</style>