Shades of Ruby #C7195A
Tints of Ruby #C7195A
RGB
CMYK
RGB Variations
Color information
#C7195A (or 0xC7195A) is known color: Ruby. HEX triplet: C7, 19 and 5A. RGB value is (199,25,90). Sum of RGB (Red+Green+Blue) = 199+25+90=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C7195A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7195A is #38E6A5. Grayscale: #545454. Windows color (decimal): -3729062 or 5904839. OLE color: 5904839.
HSL color Cylindrical-coordinate representation of color #C7195A: hue angle of 337.59º 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 #C7195A is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 90 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.22 |
| HSL | 337.59º | 0.78% | 0.44% | - |
| HSV(B) | 337.59º | 0.87% | 0.78% | - |
| XYZ | 25.75 | 13.58 | 10.94 | - |
| YUV | 84.44 | 131.15 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 90 | 0 | 0.87 | 0.55 | 0.22 | 337.59 | 0.78 | 0.44 |
| Hex | C7 | 19 | 5A | 0 | 57 | 37 | 16 | 152 | 4E | 2C |
| Octal | 307 | 31 | 132 | 0 | 127 | 67 | 26 | 522 | 116 | 54 |
| Binary | 11000111 | 11001 | 1011010 | 0 | 1010111 | 110111 | 10110 | 101010010 | 1001110 | 101100 |
Color Harmonies of #C7195A
Complementary color
Monochromatic Colors of #C7195A
Black with #C7195A
Text Example
Text Example
White with #C7195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7195A; }
p { color: rgb(199,25,90); }
H1.HeaderClassName
{
color: #C7195A;
}
.AnyTagClassName
{
color: #C7195A;
}
</style>
background-color css
<style>
a { background-color: #C7195A; }
a { background-color: rgb(199,25,90); }
div.DivClassName
{
background-color: #C7195A;
}
.BgClassName
{
background-color: #C7195A;
}
</style>
border-color css
<style>
span { border-color: #C7195A; }
span { border-color: rgb(199,25,90); }
td.TdClassName
{
border-color: #C7195A;
}
.TagClassName
{
border-color: #C7195A;
}
</style>