Shades of Ruby #C7155D
Tints of Ruby #C7155D
RGB
CMYK
RGB Variations
Color information
#C7155D (or 0xC7155D) is known color: Ruby. HEX triplet: C7, 15 and 5D. RGB value is (199,21,93). Sum of RGB (Red+Green+Blue) = 199+21+93=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7155D is #38EAA2. Grayscale: #525252. Windows color (decimal): -3730083 or 6100423. OLE color: 6100423.
HSL color Cylindrical-coordinate representation of color #C7155D: hue angle of 335.73º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7155D is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 93 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.22 |
| HSL | 335.73º | 0.81% | 0.43% | - |
| HSV(B) | 335.73º | 0.89% | 0.78% | - |
| XYZ | 25.8 | 13.47 | 11.6 | - |
| YUV | 82.43 | 133.97 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 93 | 0 | 0.89 | 0.53 | 0.22 | 335.73 | 0.81 | 0.43 |
| Hex | C7 | 15 | 5D | 0 | 59 | 35 | 16 | 150 | 51 | 2B |
| Octal | 307 | 25 | 135 | 0 | 131 | 65 | 26 | 520 | 121 | 53 |
| Binary | 11000111 | 10101 | 1011101 | 0 | 1011001 | 110101 | 10110 | 101010000 | 1010001 | 101011 |
Color Harmonies of #C7155D
Complementary color
Monochromatic Colors of #C7155D
Black with #C7155D
Text Example
Text Example
White with #C7155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7155D; }
p { color: rgb(199,21,93); }
H1.HeaderClassName
{
color: #C7155D;
}
.AnyTagClassName
{
color: #C7155D;
}
</style>
background-color css
<style>
a { background-color: #C7155D; }
a { background-color: rgb(199,21,93); }
div.DivClassName
{
background-color: #C7155D;
}
.BgClassName
{
background-color: #C7155D;
}
</style>
border-color css
<style>
span { border-color: #C7155D; }
span { border-color: rgb(199,21,93); }
td.TdClassName
{
border-color: #C7155D;
}
.TagClassName
{
border-color: #C7155D;
}
</style>