Shades of Ruby #C7155C
Tints of Ruby #C7155C
RGB
CMYK
RGB Variations
Color information
#C7155C (or 0xC7155C) is known color: Ruby. HEX triplet: C7, 15 and 5C. RGB value is (199,21,92). Sum of RGB (Red+Green+Blue) = 199+21+92=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C7155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7155C is #38EAA3. Grayscale: #525252. Windows color (decimal): -3730084 or 6034887. OLE color: 6034887.
HSL color Cylindrical-coordinate representation of color #C7155C: hue angle of 336.07º 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 #C7155C is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 92 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.22 |
| HSL | 336.07º | 0.81% | 0.43% | - |
| HSV(B) | 336.07º | 0.89% | 0.78% | - |
| XYZ | 25.75 | 13.45 | 11.36 | - |
| YUV | 82.32 | 133.47 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 92 | 0 | 0.89 | 0.54 | 0.22 | 336.07 | 0.81 | 0.43 |
| Hex | C7 | 15 | 5C | 0 | 59 | 36 | 16 | 150 | 51 | 2B |
| Octal | 307 | 25 | 134 | 0 | 131 | 66 | 26 | 520 | 121 | 53 |
| Binary | 11000111 | 10101 | 1011100 | 0 | 1011001 | 110110 | 10110 | 101010000 | 1010001 | 101011 |
Color Harmonies of #C7155C
Complementary color
Monochromatic Colors of #C7155C
Black with #C7155C
Text Example
Text Example
White with #C7155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7155C; }
p { color: rgb(199,21,92); }
H1.HeaderClassName
{
color: #C7155C;
}
.AnyTagClassName
{
color: #C7155C;
}
</style>
background-color css
<style>
a { background-color: #C7155C; }
a { background-color: rgb(199,21,92); }
div.DivClassName
{
background-color: #C7155C;
}
.BgClassName
{
background-color: #C7155C;
}
</style>
border-color css
<style>
span { border-color: #C7155C; }
span { border-color: rgb(199,21,92); }
td.TdClassName
{
border-color: #C7155C;
}
.TagClassName
{
border-color: #C7155C;
}
</style>