Shades of Ruby #C6185E
Tints of Ruby #C6185E
RGB
CMYK
RGB Variations
Color information
#C6185E (or 0xC6185E) is known color: Ruby. HEX triplet: C6, 18 and 5E. RGB value is (198,24,94). Sum of RGB (Red+Green+Blue) = 198+24+94=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C6185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6185E is #39E7A1. Grayscale: #535353. Windows color (decimal): -3794850 or 6166726. OLE color: 6166726.
HSL color Cylindrical-coordinate representation of color #C6185E: hue angle of 335.86º 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 #C6185E is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 94 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.22 |
| HSL | 335.86º | 0.78% | 0.44% | - |
| HSV(B) | 335.86º | 0.88% | 0.78% | - |
| XYZ | 25.64 | 13.47 | 11.84 | - |
| YUV | 84.01 | 133.65 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 94 | 0 | 0.88 | 0.53 | 0.22 | 335.86 | 0.78 | 0.44 |
| Hex | C6 | 18 | 5E | 0 | 58 | 35 | 16 | 150 | 4E | 2C |
| Octal | 306 | 30 | 136 | 0 | 130 | 65 | 26 | 520 | 116 | 54 |
| Binary | 11000110 | 11000 | 1011110 | 0 | 1011000 | 110101 | 10110 | 101010000 | 1001110 | 101100 |
Color Harmonies of #C6185E
Complementary color
Monochromatic Colors of #C6185E
Black with #C6185E
Text Example
Text Example
White with #C6185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6185E; }
p { color: rgb(198,24,94); }
H1.HeaderClassName
{
color: #C6185E;
}
.AnyTagClassName
{
color: #C6185E;
}
</style>
background-color css
<style>
a { background-color: #C6185E; }
a { background-color: rgb(198,24,94); }
div.DivClassName
{
background-color: #C6185E;
}
.BgClassName
{
background-color: #C6185E;
}
</style>
border-color css
<style>
span { border-color: #C6185E; }
span { border-color: rgb(198,24,94); }
td.TdClassName
{
border-color: #C6185E;
}
.TagClassName
{
border-color: #C6185E;
}
</style>