Shades of Ruby #C5065F
Tints of Ruby #C5065F
RGB
CMYK
RGB Variations
Color information
#C5065F (or 0xC5065F) is known color: Ruby. HEX triplet: C5, 06 and 5F. RGB value is (197,6,95). Sum of RGB (Red+Green+Blue) = 197+6+95=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C5065F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5065F is #3AF9A0. Grayscale: #494949. Windows color (decimal): -3864993 or 6227653. OLE color: 6227653.
HSL color Cylindrical-coordinate representation of color #C5065F: hue angle of 332.04º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5065F is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 95 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.23 |
| HSL | 332.04º | 0.94% | 0.4% | - |
| HSV(B) | 332.04º | 0.97% | 0.77% | - |
| XYZ | 25.16 | 12.83 | 11.98 | - |
| YUV | 73.26 | 140.28 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 95 | 0 | 0.97 | 0.52 | 0.23 | 332.04 | 0.94 | 0.4 |
| Hex | C5 | 6 | 5F | 0 | 61 | 34 | 17 | 14C | 5E | 28 |
| Octal | 305 | 6 | 137 | 0 | 141 | 64 | 27 | 514 | 136 | 50 |
| Binary | 11000101 | 110 | 1011111 | 0 | 1100001 | 110100 | 10111 | 101001100 | 1011110 | 101000 |
Color Harmonies of #C5065F
Complementary color
Monochromatic Colors of #C5065F
Black with #C5065F
Text Example
Text Example
White with #C5065F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5065F; }
p { color: rgb(197,6,95); }
H1.HeaderClassName
{
color: #C5065F;
}
.AnyTagClassName
{
color: #C5065F;
}
</style>
background-color css
<style>
a { background-color: #C5065F; }
a { background-color: rgb(197,6,95); }
div.DivClassName
{
background-color: #C5065F;
}
.BgClassName
{
background-color: #C5065F;
}
</style>
border-color css
<style>
span { border-color: #C5065F; }
span { border-color: rgb(197,6,95); }
td.TdClassName
{
border-color: #C5065F;
}
.TagClassName
{
border-color: #C5065F;
}
</style>