Shades of Ruby #C5165F
Tints of Ruby #C5165F
RGB
CMYK
RGB Variations
Color information
#C5165F (or 0xC5165F) is known color: Ruby. HEX triplet: C5, 16 and 5F. RGB value is (197,22,95). Sum of RGB (Red+Green+Blue) = 197+22+95=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C5165F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5165F is #3AE9A0. Grayscale: #525252. Windows color (decimal): -3860897 or 6231749. OLE color: 6231749.
HSL color Cylindrical-coordinate representation of color #C5165F: hue angle of 334.97º 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 #C5165F is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 95 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.23 |
| HSL | 334.97º | 0.8% | 0.43% | - |
| HSV(B) | 334.97º | 0.89% | 0.77% | - |
| XYZ | 25.38 | 13.27 | 12.05 | - |
| YUV | 82.65 | 134.98 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 95 | 0 | 0.89 | 0.52 | 0.23 | 334.97 | 0.8 | 0.43 |
| Hex | C5 | 16 | 5F | 0 | 59 | 34 | 17 | 14F | 50 | 2B |
| Octal | 305 | 26 | 137 | 0 | 131 | 64 | 27 | 517 | 120 | 53 |
| Binary | 11000101 | 10110 | 1011111 | 0 | 1011001 | 110100 | 10111 | 101001111 | 1010000 | 101011 |
Color Harmonies of #C5165F
Complementary color
Monochromatic Colors of #C5165F
Black with #C5165F
Text Example
Text Example
White with #C5165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5165F; }
p { color: rgb(197,22,95); }
H1.HeaderClassName
{
color: #C5165F;
}
.AnyTagClassName
{
color: #C5165F;
}
</style>
background-color css
<style>
a { background-color: #C5165F; }
a { background-color: rgb(197,22,95); }
div.DivClassName
{
background-color: #C5165F;
}
.BgClassName
{
background-color: #C5165F;
}
</style>
border-color css
<style>
span { border-color: #C5165F; }
span { border-color: rgb(197,22,95); }
td.TdClassName
{
border-color: #C5165F;
}
.TagClassName
{
border-color: #C5165F;
}
</style>