Shades of Ruby #C4155F
Tints of Ruby #C4155F
RGB
CMYK
RGB Variations
Color information
#C4155F (or 0xC4155F) is known color: Ruby. HEX triplet: C4, 15 and 5F. RGB value is (196,21,95). Sum of RGB (Red+Green+Blue) = 196+21+95=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C4155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4155F is #3BEAA0. Grayscale: #515151. Windows color (decimal): -3926689 or 6231492. OLE color: 6231492.
HSL color Cylindrical-coordinate representation of color #C4155F: hue angle of 334.63º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4155F is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 95 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.23 |
| HSL | 334.63º | 0.81% | 0.43% | - |
| HSV(B) | 334.63º | 0.89% | 0.77% | - |
| XYZ | 25.1 | 13.1 | 12.03 | - |
| YUV | 81.76 | 135.48 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 95 | 0 | 0.89 | 0.52 | 0.23 | 334.63 | 0.81 | 0.43 |
| Hex | C4 | 15 | 5F | 0 | 59 | 34 | 17 | 14F | 51 | 2B |
| Octal | 304 | 25 | 137 | 0 | 131 | 64 | 27 | 517 | 121 | 53 |
| Binary | 11000100 | 10101 | 1011111 | 0 | 1011001 | 110100 | 10111 | 101001111 | 1010001 | 101011 |
Color Harmonies of #C4155F
Complementary color
Monochromatic Colors of #C4155F
Black with #C4155F
Text Example
Text Example
White with #C4155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4155F; }
p { color: rgb(196,21,95); }
H1.HeaderClassName
{
color: #C4155F;
}
.AnyTagClassName
{
color: #C4155F;
}
</style>
background-color css
<style>
a { background-color: #C4155F; }
a { background-color: rgb(196,21,95); }
div.DivClassName
{
background-color: #C4155F;
}
.BgClassName
{
background-color: #C4155F;
}
</style>
border-color css
<style>
span { border-color: #C4155F; }
span { border-color: rgb(196,21,95); }
td.TdClassName
{
border-color: #C4155F;
}
.TagClassName
{
border-color: #C4155F;
}
</style>