Shades of Ruby #C7185D
Tints of Ruby #C7185D
RGB
CMYK
RGB Variations
Color information
#C7185D (or 0xC7185D) is known color: Ruby. HEX triplet: C7, 18 and 5D. RGB value is (199,24,93). Sum of RGB (Red+Green+Blue) = 199+24+93=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C7185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7185D is #38E7A2. Grayscale: #545454. Windows color (decimal): -3729315 or 6101191. OLE color: 6101191.
HSL color Cylindrical-coordinate representation of color #C7185D: hue angle of 336.34º 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 #C7185D is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 93 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.22 |
| HSL | 336.34º | 0.78% | 0.44% | - |
| HSV(B) | 336.34º | 0.88% | 0.78% | - |
| XYZ | 25.86 | 13.59 | 11.62 | - |
| YUV | 84.19 | 132.98 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 93 | 0 | 0.88 | 0.53 | 0.22 | 336.34 | 0.78 | 0.44 |
| Hex | C7 | 18 | 5D | 0 | 58 | 35 | 16 | 150 | 4E | 2C |
| Octal | 307 | 30 | 135 | 0 | 130 | 65 | 26 | 520 | 116 | 54 |
| Binary | 11000111 | 11000 | 1011101 | 0 | 1011000 | 110101 | 10110 | 101010000 | 1001110 | 101100 |
Color Harmonies of #C7185D
Complementary color
Monochromatic Colors of #C7185D
Black with #C7185D
Text Example
Text Example
White with #C7185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7185D; }
p { color: rgb(199,24,93); }
H1.HeaderClassName
{
color: #C7185D;
}
.AnyTagClassName
{
color: #C7185D;
}
</style>
background-color css
<style>
a { background-color: #C7185D; }
a { background-color: rgb(199,24,93); }
div.DivClassName
{
background-color: #C7185D;
}
.BgClassName
{
background-color: #C7185D;
}
</style>
border-color css
<style>
span { border-color: #C7185D; }
span { border-color: rgb(199,24,93); }
td.TdClassName
{
border-color: #C7185D;
}
.TagClassName
{
border-color: #C7185D;
}
</style>