Shades of Ruby #C4155A
Tints of Ruby #C4155A
RGB
CMYK
RGB Variations
Color information
#C4155A (or 0xC4155A) is known color: Ruby. HEX triplet: C4, 15 and 5A. RGB value is (196,21,90). Sum of RGB (Red+Green+Blue) = 196+21+90=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4155A is #3BEAA5. Grayscale: #515151. Windows color (decimal): -3926694 or 5903812. OLE color: 5903812.
HSL color Cylindrical-coordinate representation of color #C4155A: hue angle of 336.34º 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 #C4155A is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 90 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.23 |
| HSL | 336.34º | 0.81% | 0.43% | - |
| HSV(B) | 336.34º | 0.89% | 0.77% | - |
| XYZ | 24.88 | 13.01 | 10.87 | - |
| YUV | 81.19 | 132.98 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 90 | 0 | 0.89 | 0.54 | 0.23 | 336.34 | 0.81 | 0.43 |
| Hex | C4 | 15 | 5A | 0 | 59 | 36 | 17 | 150 | 51 | 2B |
| Octal | 304 | 25 | 132 | 0 | 131 | 66 | 27 | 520 | 121 | 53 |
| Binary | 11000100 | 10101 | 1011010 | 0 | 1011001 | 110110 | 10111 | 101010000 | 1010001 | 101011 |
Color Harmonies of #C4155A
Complementary color
Monochromatic Colors of #C4155A
Black with #C4155A
Text Example
Text Example
White with #C4155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4155A; }
p { color: rgb(196,21,90); }
H1.HeaderClassName
{
color: #C4155A;
}
.AnyTagClassName
{
color: #C4155A;
}
</style>
background-color css
<style>
a { background-color: #C4155A; }
a { background-color: rgb(196,21,90); }
div.DivClassName
{
background-color: #C4155A;
}
.BgClassName
{
background-color: #C4155A;
}
</style>
border-color css
<style>
span { border-color: #C4155A; }
span { border-color: rgb(196,21,90); }
td.TdClassName
{
border-color: #C4155A;
}
.TagClassName
{
border-color: #C4155A;
}
</style>