Shades of Ruby #C50965
Tints of Ruby #C50965
RGB
CMYK
RGB Variations
Color information
#C50965 (or 0xC50965) is known color: Ruby. HEX triplet: C5, 09 and 65. RGB value is (197,9,101). Sum of RGB (Red+Green+Blue) = 197+9+101=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C50965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50965 is #3AF69A. Grayscale: #4B4B4B. Windows color (decimal): -3864219 or 6621637. OLE color: 6621637.
HSL color Cylindrical-coordinate representation of color #C50965: hue angle of 330.64º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50965 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 101 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.23 |
| HSL | 330.64º | 0.91% | 0.4% | - |
| HSV(B) | 330.64º | 0.95% | 0.77% | - |
| XYZ | 25.47 | 13.01 | 13.48 | - |
| YUV | 75.7 | 142.28 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 101 | 0 | 0.95 | 0.49 | 0.23 | 330.64 | 0.91 | 0.4 |
| Hex | C5 | 9 | 65 | 0 | 5F | 31 | 17 | 14B | 5B | 28 |
| Octal | 305 | 11 | 145 | 0 | 137 | 61 | 27 | 513 | 133 | 50 |
| Binary | 11000101 | 1001 | 1100101 | 0 | 1011111 | 110001 | 10111 | 101001011 | 1011011 | 101000 |
Color Harmonies of #C50965
Complementary color
Monochromatic Colors of #C50965
Black with #C50965
Text Example
Text Example
White with #C50965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50965; }
p { color: rgb(197,9,101); }
H1.HeaderClassName
{
color: #C50965;
}
.AnyTagClassName
{
color: #C50965;
}
</style>
background-color css
<style>
a { background-color: #C50965; }
a { background-color: rgb(197,9,101); }
div.DivClassName
{
background-color: #C50965;
}
.BgClassName
{
background-color: #C50965;
}
</style>
border-color css
<style>
span { border-color: #C50965; }
span { border-color: rgb(197,9,101); }
td.TdClassName
{
border-color: #C50965;
}
.TagClassName
{
border-color: #C50965;
}
</style>