Shades of Ruby #C7195C
Tints of Ruby #C7195C
RGB
CMYK
RGB Variations
Color information
#C7195C (or 0xC7195C) is known color: Ruby. HEX triplet: C7, 19 and 5C. RGB value is (199,25,92). Sum of RGB (Red+Green+Blue) = 199+25+92=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C7195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7195C is #38E6A3. Grayscale: #545454. Windows color (decimal): -3729060 or 6035911. OLE color: 6035911.
HSL color Cylindrical-coordinate representation of color #C7195C: hue angle of 336.9º 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 #C7195C is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 92 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.22 |
| HSL | 336.9º | 0.78% | 0.44% | - |
| HSV(B) | 336.9º | 0.87% | 0.78% | - |
| XYZ | 25.83 | 13.61 | 11.39 | - |
| YUV | 84.66 | 132.15 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 92 | 0 | 0.87 | 0.54 | 0.22 | 336.9 | 0.78 | 0.44 |
| Hex | C7 | 19 | 5C | 0 | 57 | 36 | 16 | 151 | 4E | 2C |
| Octal | 307 | 31 | 134 | 0 | 127 | 66 | 26 | 521 | 116 | 54 |
| Binary | 11000111 | 11001 | 1011100 | 0 | 1010111 | 110110 | 10110 | 101010001 | 1001110 | 101100 |
Color Harmonies of #C7195C
Complementary color
Monochromatic Colors of #C7195C
Black with #C7195C
Text Example
Text Example
White with #C7195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7195C; }
p { color: rgb(199,25,92); }
H1.HeaderClassName
{
color: #C7195C;
}
.AnyTagClassName
{
color: #C7195C;
}
</style>
background-color css
<style>
a { background-color: #C7195C; }
a { background-color: rgb(199,25,92); }
div.DivClassName
{
background-color: #C7195C;
}
.BgClassName
{
background-color: #C7195C;
}
</style>
border-color css
<style>
span { border-color: #C7195C; }
span { border-color: rgb(199,25,92); }
td.TdClassName
{
border-color: #C7195C;
}
.TagClassName
{
border-color: #C7195C;
}
</style>