Shades of Ruby #C7195E
Tints of Ruby #C7195E
RGB
CMYK
RGB Variations
Color information
#C7195E (or 0xC7195E) is known color: Ruby. HEX triplet: C7, 19 and 5E. RGB value is (199,25,94). Sum of RGB (Red+Green+Blue) = 199+25+94=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C7195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7195E is #38E6A1. Grayscale: #545454. Windows color (decimal): -3729058 or 6166983. OLE color: 6166983.
HSL color Cylindrical-coordinate representation of color #C7195E: hue angle of 336.21º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7195E is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 94 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.22 |
| HSL | 336.21º | 0.78% | 0.44% | - |
| HSV(B) | 336.21º | 0.87% | 0.78% | - |
| XYZ | 25.92 | 13.65 | 11.86 | - |
| YUV | 84.89 | 133.15 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 94 | 0 | 0.87 | 0.53 | 0.22 | 336.21 | 0.78 | 0.44 |
| Hex | C7 | 19 | 5E | 0 | 57 | 35 | 16 | 150 | 4E | 2C |
| Octal | 307 | 31 | 136 | 0 | 127 | 65 | 26 | 520 | 116 | 54 |
| Binary | 11000111 | 11001 | 1011110 | 0 | 1010111 | 110101 | 10110 | 101010000 | 1001110 | 101100 |
Color Harmonies of #C7195E
Complementary color
Monochromatic Colors of #C7195E
Black with #C7195E
Text Example
Text Example
White with #C7195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7195E; }
p { color: rgb(199,25,94); }
H1.HeaderClassName
{
color: #C7195E;
}
.AnyTagClassName
{
color: #C7195E;
}
</style>
background-color css
<style>
a { background-color: #C7195E; }
a { background-color: rgb(199,25,94); }
div.DivClassName
{
background-color: #C7195E;
}
.BgClassName
{
background-color: #C7195E;
}
</style>
border-color css
<style>
span { border-color: #C7195E; }
span { border-color: rgb(199,25,94); }
td.TdClassName
{
border-color: #C7195E;
}
.TagClassName
{
border-color: #C7195E;
}
</style>