Shades of Ruby #C51069
Tints of Ruby #C51069
RGB
CMYK
RGB Variations
Color information
#C51069 (or 0xC51069) is known color: Ruby. HEX triplet: C5, 10 and 69. RGB value is (197,16,105). Sum of RGB (Red+Green+Blue) = 197+16+105=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C51069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51069 is #3AEF96. Grayscale: #505050. Windows color (decimal): -3862423 or 6885573. OLE color: 6885573.
HSL color Cylindrical-coordinate representation of color #C51069: hue angle of 330.5º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C51069 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 105 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.23 |
| HSL | 330.5º | 0.85% | 0.42% | - |
| HSV(B) | 330.5º | 0.92% | 0.77% | - |
| XYZ | 25.76 | 13.26 | 14.57 | - |
| YUV | 80.27 | 141.97 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 105 | 0 | 0.92 | 0.47 | 0.23 | 330.5 | 0.85 | 0.42 |
| Hex | C5 | 10 | 69 | 0 | 5C | 2F | 17 | 14A | 55 | 2A |
| Octal | 305 | 20 | 151 | 0 | 134 | 57 | 27 | 512 | 125 | 52 |
| Binary | 11000101 | 10000 | 1101001 | 0 | 1011100 | 101111 | 10111 | 101001010 | 1010101 | 101010 |
Color Harmonies of #C51069
Complementary color
Monochromatic Colors of #C51069
Black with #C51069
Text Example
Text Example
White with #C51069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51069; }
p { color: rgb(197,16,105); }
H1.HeaderClassName
{
color: #C51069;
}
.AnyTagClassName
{
color: #C51069;
}
</style>
background-color css
<style>
a { background-color: #C51069; }
a { background-color: rgb(197,16,105); }
div.DivClassName
{
background-color: #C51069;
}
.BgClassName
{
background-color: #C51069;
}
</style>
border-color css
<style>
span { border-color: #C51069; }
span { border-color: rgb(197,16,105); }
td.TdClassName
{
border-color: #C51069;
}
.TagClassName
{
border-color: #C51069;
}
</style>