Shades of Ruby #C4155C
Tints of Ruby #C4155C
RGB
CMYK
RGB Variations
Color information
#C4155C (or 0xC4155C) is known color: Ruby. HEX triplet: C4, 15 and 5C. RGB value is (196,21,92). Sum of RGB (Red+Green+Blue) = 196+21+92=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4155C is #3BEAA3. Grayscale: #515151. Windows color (decimal): -3926692 or 6034884. OLE color: 6034884.
HSL color Cylindrical-coordinate representation of color #C4155C: hue angle of 335.66º 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 #C4155C is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 92 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.23 |
| HSL | 335.66º | 0.81% | 0.43% | - |
| HSV(B) | 335.66º | 0.89% | 0.77% | - |
| XYZ | 24.96 | 13.04 | 11.33 | - |
| YUV | 81.42 | 133.98 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 92 | 0 | 0.89 | 0.53 | 0.23 | 335.66 | 0.81 | 0.43 |
| Hex | C4 | 15 | 5C | 0 | 59 | 35 | 17 | 150 | 51 | 2B |
| Octal | 304 | 25 | 134 | 0 | 131 | 65 | 27 | 520 | 121 | 53 |
| Binary | 11000100 | 10101 | 1011100 | 0 | 1011001 | 110101 | 10111 | 101010000 | 1010001 | 101011 |
Color Harmonies of #C4155C
Complementary color
Monochromatic Colors of #C4155C
Black with #C4155C
Text Example
Text Example
White with #C4155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4155C; }
p { color: rgb(196,21,92); }
H1.HeaderClassName
{
color: #C4155C;
}
.AnyTagClassName
{
color: #C4155C;
}
</style>
background-color css
<style>
a { background-color: #C4155C; }
a { background-color: rgb(196,21,92); }
div.DivClassName
{
background-color: #C4155C;
}
.BgClassName
{
background-color: #C4155C;
}
</style>
border-color css
<style>
span { border-color: #C4155C; }
span { border-color: rgb(196,21,92); }
td.TdClassName
{
border-color: #C4155C;
}
.TagClassName
{
border-color: #C4155C;
}
</style>