Shades of Ruby #C50A64
Tints of Ruby #C50A64
RGB
CMYK
RGB Variations
Color information
#C50A64 (or 0xC50A64) is known color: Ruby. HEX triplet: C5, 0A and 64. RGB value is (197,10,100). Sum of RGB (Red+Green+Blue) = 197+10+100=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50A64 is #3AF59B. Grayscale: #4C4C4C. Windows color (decimal): -3863964 or 6556357. OLE color: 6556357.
HSL color Cylindrical-coordinate representation of color #C50A64: hue angle of 331.12º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50A64 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 100 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.23 |
| HSL | 331.12º | 0.9% | 0.41% | - |
| HSV(B) | 331.12º | 0.95% | 0.77% | - |
| XYZ | 25.43 | 13.01 | 13.23 | - |
| YUV | 76.17 | 141.45 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 100 | 0 | 0.95 | 0.49 | 0.23 | 331.12 | 0.9 | 0.41 |
| Hex | C5 | A | 64 | 0 | 5F | 31 | 17 | 14B | 5A | 29 |
| Octal | 305 | 12 | 144 | 0 | 137 | 61 | 27 | 513 | 132 | 51 |
| Binary | 11000101 | 1010 | 1100100 | 0 | 1011111 | 110001 | 10111 | 101001011 | 1011010 | 101001 |
Color Harmonies of #C50A64
Complementary color
Monochromatic Colors of #C50A64
Black with #C50A64
Text Example
Text Example
White with #C50A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50A64; }
p { color: rgb(197,10,100); }
H1.HeaderClassName
{
color: #C50A64;
}
.AnyTagClassName
{
color: #C50A64;
}
</style>
background-color css
<style>
a { background-color: #C50A64; }
a { background-color: rgb(197,10,100); }
div.DivClassName
{
background-color: #C50A64;
}
.BgClassName
{
background-color: #C50A64;
}
</style>
border-color css
<style>
span { border-color: #C50A64; }
span { border-color: rgb(197,10,100); }
td.TdClassName
{
border-color: #C50A64;
}
.TagClassName
{
border-color: #C50A64;
}
</style>