Shades of Ruby #C60A50
Tints of Ruby #C60A50
RGB
CMYK
RGB Variations
Color information
#C60A50 (or 0xC60A50) is known color: Ruby. HEX triplet: C6, 0A and 50. RGB value is (198,10,80). Sum of RGB (Red+Green+Blue) = 198+10+80=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60A50 is #39F5AF. Grayscale: #4A4A4A. Windows color (decimal): -3798448 or 5245638. OLE color: 5245638.
HSL color Cylindrical-coordinate representation of color #C60A50: hue angle of 337.66º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60A50 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 80 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.22 |
| HSL | 337.66º | 0.9% | 0.41% | - |
| HSV(B) | 337.66º | 0.95% | 0.78% | - |
| XYZ | 24.85 | 12.8 | 8.75 | - |
| YUV | 74.19 | 131.28 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 80 | 0 | 0.95 | 0.60 | 0.22 | 337.66 | 0.9 | 0.41 |
| Hex | C6 | A | 50 | 0 | 5F | 3C | 16 | 152 | 5A | 29 |
| Octal | 306 | 12 | 120 | 0 | 137 | 74 | 26 | 522 | 132 | 51 |
| Binary | 11000110 | 1010 | 1010000 | 0 | 1011111 | 111100 | 10110 | 101010010 | 1011010 | 101001 |
Color Harmonies of #C60A50
Complementary color
Monochromatic Colors of #C60A50
Black with #C60A50
Text Example
Text Example
White with #C60A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A50; }
p { color: rgb(198,10,80); }
H1.HeaderClassName
{
color: #C60A50;
}
.AnyTagClassName
{
color: #C60A50;
}
</style>
background-color css
<style>
a { background-color: #C60A50; }
a { background-color: rgb(198,10,80); }
div.DivClassName
{
background-color: #C60A50;
}
.BgClassName
{
background-color: #C60A50;
}
</style>
border-color css
<style>
span { border-color: #C60A50; }
span { border-color: rgb(198,10,80); }
td.TdClassName
{
border-color: #C60A50;
}
.TagClassName
{
border-color: #C60A50;
}
</style>