Shades of Ruby #C50265
Tints of Ruby #C50265
RGB
CMYK
RGB Variations
Color information
#C50265 (or 0xC50265) is known color: Ruby. HEX triplet: C5, 02 and 65. RGB value is (197,2,101). Sum of RGB (Red+Green+Blue) = 197+2+101=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C50265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50265 is #3AFD9A. Grayscale: #474747. Windows color (decimal): -3866011 or 6619845. OLE color: 6619845.
HSL color Cylindrical-coordinate representation of color #C50265: hue angle of 329.54º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50265 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.23 |
| HSL | 329.54º | 0.98% | 0.39% | - |
| HSV(B) | 329.54º | 0.99% | 0.77% | - |
| XYZ | 25.4 | 12.85 | 13.45 | - |
| YUV | 71.59 | 144.6 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 101 | 0 | 0.99 | 0.49 | 0.23 | 329.54 | 0.98 | 0.39 |
| Hex | C5 | 2 | 65 | 0 | 63 | 31 | 17 | 14A | 62 | 27 |
| Octal | 305 | 2 | 145 | 0 | 143 | 61 | 27 | 512 | 142 | 47 |
| Binary | 11000101 | 10 | 1100101 | 0 | 1100011 | 110001 | 10111 | 101001010 | 1100010 | 100111 |
Color Harmonies of #C50265
Complementary color
Monochromatic Colors of #C50265
Black with #C50265
Text Example
Text Example
White with #C50265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50265; }
p { color: rgb(197,2,101); }
H1.HeaderClassName
{
color: #C50265;
}
.AnyTagClassName
{
color: #C50265;
}
</style>
background-color css
<style>
a { background-color: #C50265; }
a { background-color: rgb(197,2,101); }
div.DivClassName
{
background-color: #C50265;
}
.BgClassName
{
background-color: #C50265;
}
</style>
border-color css
<style>
span { border-color: #C50265; }
span { border-color: rgb(197,2,101); }
td.TdClassName
{
border-color: #C50265;
}
.TagClassName
{
border-color: #C50265;
}
</style>