Shades of Ruby #C5185D
Tints of Ruby #C5185D
RGB
CMYK
RGB Variations
Color information
#C5185D (or 0xC5185D) is known color: Ruby. HEX triplet: C5, 18 and 5D. RGB value is (197,24,93). Sum of RGB (Red+Green+Blue) = 197+24+93=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C5185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5185D is #3AE7A2. Grayscale: #535353. Windows color (decimal): -3860387 or 6101189. OLE color: 6101189.
HSL color Cylindrical-coordinate representation of color #C5185D: hue angle of 336.07º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5185D is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 93 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.23 |
| HSL | 336.07º | 0.78% | 0.43% | - |
| HSV(B) | 336.07º | 0.88% | 0.77% | - |
| XYZ | 25.33 | 13.31 | 11.59 | - |
| YUV | 83.59 | 133.31 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 93 | 0 | 0.88 | 0.53 | 0.23 | 336.07 | 0.78 | 0.43 |
| Hex | C5 | 18 | 5D | 0 | 58 | 35 | 17 | 150 | 4E | 2B |
| Octal | 305 | 30 | 135 | 0 | 130 | 65 | 27 | 520 | 116 | 53 |
| Binary | 11000101 | 11000 | 1011101 | 0 | 1011000 | 110101 | 10111 | 101010000 | 1001110 | 101011 |
Color Harmonies of #C5185D
Complementary color
Monochromatic Colors of #C5185D
Black with #C5185D
Text Example
Text Example
White with #C5185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5185D; }
p { color: rgb(197,24,93); }
H1.HeaderClassName
{
color: #C5185D;
}
.AnyTagClassName
{
color: #C5185D;
}
</style>
background-color css
<style>
a { background-color: #C5185D; }
a { background-color: rgb(197,24,93); }
div.DivClassName
{
background-color: #C5185D;
}
.BgClassName
{
background-color: #C5185D;
}
</style>
border-color css
<style>
span { border-color: #C5185D; }
span { border-color: rgb(197,24,93); }
td.TdClassName
{
border-color: #C5185D;
}
.TagClassName
{
border-color: #C5185D;
}
</style>