Shades of Ruby #C5165B
Tints of Ruby #C5165B
RGB
CMYK
RGB Variations
Color information
#C5165B (or 0xC5165B) is known color: Ruby. HEX triplet: C5, 16 and 5B. RGB value is (197,22,91). Sum of RGB (Red+Green+Blue) = 197+22+91=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C5165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5165B is #3AE9A4. Grayscale: #525252. Windows color (decimal): -3860901 or 5969605. OLE color: 5969605.
HSL color Cylindrical-coordinate representation of color #C5165B: hue angle of 336.34º degrees, saturation: 0.8, 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 #C5165B is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 91 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.23 |
| HSL | 336.34º | 0.8% | 0.43% | - |
| HSV(B) | 336.34º | 0.89% | 0.77% | - |
| XYZ | 25.2 | 13.2 | 11.12 | - |
| YUV | 82.19 | 132.98 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 91 | 0 | 0.89 | 0.54 | 0.23 | 336.34 | 0.8 | 0.43 |
| Hex | C5 | 16 | 5B | 0 | 59 | 36 | 17 | 150 | 50 | 2B |
| Octal | 305 | 26 | 133 | 0 | 131 | 66 | 27 | 520 | 120 | 53 |
| Binary | 11000101 | 10110 | 1011011 | 0 | 1011001 | 110110 | 10111 | 101010000 | 1010000 | 101011 |
Color Harmonies of #C5165B
Complementary color
Monochromatic Colors of #C5165B
Black with #C5165B
Text Example
Text Example
White with #C5165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5165B; }
p { color: rgb(197,22,91); }
H1.HeaderClassName
{
color: #C5165B;
}
.AnyTagClassName
{
color: #C5165B;
}
</style>
background-color css
<style>
a { background-color: #C5165B; }
a { background-color: rgb(197,22,91); }
div.DivClassName
{
background-color: #C5165B;
}
.BgClassName
{
background-color: #C5165B;
}
</style>
border-color css
<style>
span { border-color: #C5165B; }
span { border-color: rgb(197,22,91); }
td.TdClassName
{
border-color: #C5165B;
}
.TagClassName
{
border-color: #C5165B;
}
</style>