Shades of Ruby #C4195D
Tints of Ruby #C4195D
RGB
CMYK
RGB Variations
Color information
#C4195D (or 0xC4195D) is known color: Ruby. HEX triplet: C4, 19 and 5D. RGB value is (196,25,93). Sum of RGB (Red+Green+Blue) = 196+25+93=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C4195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4195D is #3BE6A2. Grayscale: #535353. Windows color (decimal): -3925667 or 6101444. OLE color: 6101444.
HSL color Cylindrical-coordinate representation of color #C4195D: hue angle of 336.14º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4195D is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 93 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.23 |
| HSL | 336.14º | 0.77% | 0.43% | - |
| HSV(B) | 336.14º | 0.87% | 0.77% | - |
| XYZ | 25.09 | 13.22 | 11.59 | - |
| YUV | 83.88 | 133.15 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 93 | 0 | 0.87 | 0.53 | 0.23 | 336.14 | 0.77 | 0.43 |
| Hex | C4 | 19 | 5D | 0 | 57 | 35 | 17 | 150 | 4D | 2B |
| Octal | 304 | 31 | 135 | 0 | 127 | 65 | 27 | 520 | 115 | 53 |
| Binary | 11000100 | 11001 | 1011101 | 0 | 1010111 | 110101 | 10111 | 101010000 | 1001101 | 101011 |
Color Harmonies of #C4195D
Complementary color
Monochromatic Colors of #C4195D
Black with #C4195D
Text Example
Text Example
White with #C4195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4195D; }
p { color: rgb(196,25,93); }
H1.HeaderClassName
{
color: #C4195D;
}
.AnyTagClassName
{
color: #C4195D;
}
</style>
background-color css
<style>
a { background-color: #C4195D; }
a { background-color: rgb(196,25,93); }
div.DivClassName
{
background-color: #C4195D;
}
.BgClassName
{
background-color: #C4195D;
}
</style>
border-color css
<style>
span { border-color: #C4195D; }
span { border-color: rgb(196,25,93); }
td.TdClassName
{
border-color: #C4195D;
}
.TagClassName
{
border-color: #C4195D;
}
</style>