Shades of Ruby #C7185E
Tints of Ruby #C7185E
RGB
CMYK
RGB Variations
Color information
#C7185E (or 0xC7185E) is known color: Ruby. HEX triplet: C7, 18 and 5E. RGB value is (199,24,94). Sum of RGB (Red+Green+Blue) = 199+24+94=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C7185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7185E is #38E7A1. Grayscale: #545454. Windows color (decimal): -3729314 or 6166727. OLE color: 6166727.
HSL color Cylindrical-coordinate representation of color #C7185E: hue angle of 336º 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 #C7185E is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 94 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.22 |
| HSL | 336º | 0.78% | 0.44% | - |
| HSV(B) | 336º | 0.88% | 0.78% | - |
| XYZ | 25.9 | 13.6 | 11.85 | - |
| YUV | 84.31 | 133.48 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 94 | 0 | 0.88 | 0.53 | 0.22 | 336 | 0.78 | 0.44 |
| Hex | C7 | 18 | 5E | 0 | 58 | 35 | 16 | 150 | 4E | 2C |
| Octal | 307 | 30 | 136 | 0 | 130 | 65 | 26 | 520 | 116 | 54 |
| Binary | 11000111 | 11000 | 1011110 | 0 | 1011000 | 110101 | 10110 | 101010000 | 1001110 | 101100 |
Color Harmonies of #C7185E
Complementary color
Monochromatic Colors of #C7185E
Black with #C7185E
Text Example
Text Example
White with #C7185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7185E; }
p { color: rgb(199,24,94); }
H1.HeaderClassName
{
color: #C7185E;
}
.AnyTagClassName
{
color: #C7185E;
}
</style>
background-color css
<style>
a { background-color: #C7185E; }
a { background-color: rgb(199,24,94); }
div.DivClassName
{
background-color: #C7185E;
}
.BgClassName
{
background-color: #C7185E;
}
</style>
border-color css
<style>
span { border-color: #C7185E; }
span { border-color: rgb(199,24,94); }
td.TdClassName
{
border-color: #C7185E;
}
.TagClassName
{
border-color: #C7185E;
}
</style>