Shades of Ruby #C5165E
Tints of Ruby #C5165E
RGB
CMYK
RGB Variations
Color information
#C5165E (or 0xC5165E) is known color: Ruby. HEX triplet: C5, 16 and 5E. RGB value is (197,22,94). Sum of RGB (Red+Green+Blue) = 197+22+94=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5165E is #3AE9A1. Grayscale: #525252. Windows color (decimal): -3860898 or 6166213. OLE color: 6166213.
HSL color Cylindrical-coordinate representation of color #C5165E: hue angle of 335.31º 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 #C5165E is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 94 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.23 |
| HSL | 335.31º | 0.8% | 0.43% | - |
| HSV(B) | 335.31º | 0.89% | 0.77% | - |
| XYZ | 25.33 | 13.25 | 11.81 | - |
| YUV | 82.53 | 134.48 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 94 | 0 | 0.89 | 0.52 | 0.23 | 335.31 | 0.8 | 0.43 |
| Hex | C5 | 16 | 5E | 0 | 59 | 34 | 17 | 14F | 50 | 2B |
| Octal | 305 | 26 | 136 | 0 | 131 | 64 | 27 | 517 | 120 | 53 |
| Binary | 11000101 | 10110 | 1011110 | 0 | 1011001 | 110100 | 10111 | 101001111 | 1010000 | 101011 |
Color Harmonies of #C5165E
Complementary color
Monochromatic Colors of #C5165E
Black with #C5165E
Text Example
Text Example
White with #C5165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5165E; }
p { color: rgb(197,22,94); }
H1.HeaderClassName
{
color: #C5165E;
}
.AnyTagClassName
{
color: #C5165E;
}
</style>
background-color css
<style>
a { background-color: #C5165E; }
a { background-color: rgb(197,22,94); }
div.DivClassName
{
background-color: #C5165E;
}
.BgClassName
{
background-color: #C5165E;
}
</style>
border-color css
<style>
span { border-color: #C5165E; }
span { border-color: rgb(197,22,94); }
td.TdClassName
{
border-color: #C5165E;
}
.TagClassName
{
border-color: #C5165E;
}
</style>