Shades of Ruby #C7165E
Tints of Ruby #C7165E
RGB
CMYK
RGB Variations
Color information
#C7165E (or 0xC7165E) is known color: Ruby. HEX triplet: C7, 16 and 5E. RGB value is (199,22,94). Sum of RGB (Red+Green+Blue) = 199+22+94=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7165E is #38E9A1. Grayscale: #535353. Windows color (decimal): -3729826 or 6166215. OLE color: 6166215.
HSL color Cylindrical-coordinate representation of color #C7165E: hue angle of 335.59º degrees, saturation: 0.8, 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 #C7165E is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 94 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.22 |
| HSL | 335.59º | 0.8% | 0.43% | - |
| HSV(B) | 335.59º | 0.89% | 0.78% | - |
| XYZ | 25.86 | 13.52 | 11.84 | - |
| YUV | 83.13 | 134.14 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 94 | 0 | 0.89 | 0.53 | 0.22 | 335.59 | 0.8 | 0.43 |
| Hex | C7 | 16 | 5E | 0 | 59 | 35 | 16 | 150 | 50 | 2B |
| Octal | 307 | 26 | 136 | 0 | 131 | 65 | 26 | 520 | 120 | 53 |
| Binary | 11000111 | 10110 | 1011110 | 0 | 1011001 | 110101 | 10110 | 101010000 | 1010000 | 101011 |
Color Harmonies of #C7165E
Complementary color
Monochromatic Colors of #C7165E
Black with #C7165E
Text Example
Text Example
White with #C7165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7165E; }
p { color: rgb(199,22,94); }
H1.HeaderClassName
{
color: #C7165E;
}
.AnyTagClassName
{
color: #C7165E;
}
</style>
background-color css
<style>
a { background-color: #C7165E; }
a { background-color: rgb(199,22,94); }
div.DivClassName
{
background-color: #C7165E;
}
.BgClassName
{
background-color: #C7165E;
}
</style>
border-color css
<style>
span { border-color: #C7165E; }
span { border-color: rgb(199,22,94); }
td.TdClassName
{
border-color: #C7165E;
}
.TagClassName
{
border-color: #C7165E;
}
</style>