Shades of Ruby #C5155A
Tints of Ruby #C5155A
RGB
CMYK
RGB Variations
Color information
#C5155A (or 0xC5155A) is known color: Ruby. HEX triplet: C5, 15 and 5A. RGB value is (197,21,90). Sum of RGB (Red+Green+Blue) = 197+21+90=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5155A is #3AEAA5. Grayscale: #515151. Windows color (decimal): -3861158 or 5903813. OLE color: 5903813.
HSL color Cylindrical-coordinate representation of color #C5155A: hue angle of 336.48º 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 #C5155A is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 90 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.23 |
| HSL | 336.48º | 0.81% | 0.43% | - |
| HSV(B) | 336.48º | 0.89% | 0.77% | - |
| XYZ | 25.14 | 13.14 | 10.89 | - |
| YUV | 81.49 | 132.81 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 90 | 0 | 0.89 | 0.54 | 0.23 | 336.48 | 0.81 | 0.43 |
| Hex | C5 | 15 | 5A | 0 | 59 | 36 | 17 | 150 | 51 | 2B |
| Octal | 305 | 25 | 132 | 0 | 131 | 66 | 27 | 520 | 121 | 53 |
| Binary | 11000101 | 10101 | 1011010 | 0 | 1011001 | 110110 | 10111 | 101010000 | 1010001 | 101011 |
Color Harmonies of #C5155A
Complementary color
Monochromatic Colors of #C5155A
Black with #C5155A
Text Example
Text Example
White with #C5155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5155A; }
p { color: rgb(197,21,90); }
H1.HeaderClassName
{
color: #C5155A;
}
.AnyTagClassName
{
color: #C5155A;
}
</style>
background-color css
<style>
a { background-color: #C5155A; }
a { background-color: rgb(197,21,90); }
div.DivClassName
{
background-color: #C5155A;
}
.BgClassName
{
background-color: #C5155A;
}
</style>
border-color css
<style>
span { border-color: #C5155A; }
span { border-color: rgb(197,21,90); }
td.TdClassName
{
border-color: #C5155A;
}
.TagClassName
{
border-color: #C5155A;
}
</style>