Shades of Ruby #C50769
Tints of Ruby #C50769
RGB
CMYK
RGB Variations
Color information
#C50769 (or 0xC50769) is known color: Ruby. HEX triplet: C5, 07 and 69. RGB value is (197,7,105). Sum of RGB (Red+Green+Blue) = 197+7+105=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C50769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50769 is #3AF896. Grayscale: #4A4A4A. Windows color (decimal): -3864727 or 6883269. OLE color: 6883269.
HSL color Cylindrical-coordinate representation of color #C50769: hue angle of 329.05º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50769 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 105 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.23 |
| HSL | 329.05º | 0.93% | 0.4% | - |
| HSV(B) | 329.05º | 0.96% | 0.77% | - |
| XYZ | 25.65 | 13.04 | 14.53 | - |
| YUV | 74.98 | 144.95 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 105 | 0 | 0.96 | 0.47 | 0.23 | 329.05 | 0.93 | 0.4 |
| Hex | C5 | 7 | 69 | 0 | 60 | 2F | 17 | 149 | 5D | 28 |
| Octal | 305 | 7 | 151 | 0 | 140 | 57 | 27 | 511 | 135 | 50 |
| Binary | 11000101 | 111 | 1101001 | 0 | 1100000 | 101111 | 10111 | 101001001 | 1011101 | 101000 |
Color Harmonies of #C50769
Complementary color
Monochromatic Colors of #C50769
Black with #C50769
Text Example
Text Example
White with #C50769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50769; }
p { color: rgb(197,7,105); }
H1.HeaderClassName
{
color: #C50769;
}
.AnyTagClassName
{
color: #C50769;
}
</style>
background-color css
<style>
a { background-color: #C50769; }
a { background-color: rgb(197,7,105); }
div.DivClassName
{
background-color: #C50769;
}
.BgClassName
{
background-color: #C50769;
}
</style>
border-color css
<style>
span { border-color: #C50769; }
span { border-color: rgb(197,7,105); }
td.TdClassName
{
border-color: #C50769;
}
.TagClassName
{
border-color: #C50769;
}
</style>