Shades of Ruby #C51A68
Tints of Ruby #C51A68
RGB
CMYK
RGB Variations
Color information
#C51A68 (or 0xC51A68) is known color: Ruby. HEX triplet: C5, 1A and 68. RGB value is (197,26,104). Sum of RGB (Red+Green+Blue) = 197+26+104=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51A68 is #3AE597. Grayscale: #555555. Windows color (decimal): -3859864 or 6822597. OLE color: 6822597.
HSL color Cylindrical-coordinate representation of color #C51A68: hue angle of 332.63º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51A68 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 104 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.23 |
| HSL | 332.63º | 0.77% | 0.44% | - |
| HSV(B) | 332.63º | 0.87% | 0.77% | - |
| XYZ | 25.89 | 13.61 | 14.36 | - |
| YUV | 86.02 | 138.15 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 104 | 0 | 0.87 | 0.47 | 0.23 | 332.63 | 0.77 | 0.44 |
| Hex | C5 | 1A | 68 | 0 | 57 | 2F | 17 | 14D | 4D | 2C |
| Octal | 305 | 32 | 150 | 0 | 127 | 57 | 27 | 515 | 115 | 54 |
| Binary | 11000101 | 11010 | 1101000 | 0 | 1010111 | 101111 | 10111 | 101001101 | 1001101 | 101100 |
Color Harmonies of #C51A68
Complementary color
Monochromatic Colors of #C51A68
Black with #C51A68
Text Example
Text Example
White with #C51A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51A68; }
p { color: rgb(197,26,104); }
H1.HeaderClassName
{
color: #C51A68;
}
.AnyTagClassName
{
color: #C51A68;
}
</style>
background-color css
<style>
a { background-color: #C51A68; }
a { background-color: rgb(197,26,104); }
div.DivClassName
{
background-color: #C51A68;
}
.BgClassName
{
background-color: #C51A68;
}
</style>
border-color css
<style>
span { border-color: #C51A68; }
span { border-color: rgb(197,26,104); }
td.TdClassName
{
border-color: #C51A68;
}
.TagClassName
{
border-color: #C51A68;
}
</style>