Shades of Ruby #C60A60
Tints of Ruby #C60A60
RGB
CMYK
RGB Variations
Color information
#C60A60 (or 0xC60A60) is known color: Ruby. HEX triplet: C6, 0A and 60. RGB value is (198,10,96). Sum of RGB (Red+Green+Blue) = 198+10+96=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60A60 is #39F59F. Grayscale: #4B4B4B. Windows color (decimal): -3798432 or 6294214. OLE color: 6294214.
HSL color Cylindrical-coordinate representation of color #C60A60: hue angle of 332.55º 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 #C60A60 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 96 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.22 |
| HSL | 332.55º | 0.9% | 0.41% | - |
| HSV(B) | 332.55º | 0.95% | 0.78% | - |
| XYZ | 25.51 | 13.07 | 12.24 | - |
| YUV | 76.02 | 139.28 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 96 | 0 | 0.95 | 0.52 | 0.22 | 332.55 | 0.9 | 0.41 |
| Hex | C6 | A | 60 | 0 | 5F | 34 | 16 | 14D | 5A | 29 |
| Octal | 306 | 12 | 140 | 0 | 137 | 64 | 26 | 515 | 132 | 51 |
| Binary | 11000110 | 1010 | 1100000 | 0 | 1011111 | 110100 | 10110 | 101001101 | 1011010 | 101001 |
Color Harmonies of #C60A60
Complementary color
Monochromatic Colors of #C60A60
Black with #C60A60
Text Example
Text Example
White with #C60A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A60; }
p { color: rgb(198,10,96); }
H1.HeaderClassName
{
color: #C60A60;
}
.AnyTagClassName
{
color: #C60A60;
}
</style>
background-color css
<style>
a { background-color: #C60A60; }
a { background-color: rgb(198,10,96); }
div.DivClassName
{
background-color: #C60A60;
}
.BgClassName
{
background-color: #C60A60;
}
</style>
border-color css
<style>
span { border-color: #C60A60; }
span { border-color: rgb(198,10,96); }
td.TdClassName
{
border-color: #C60A60;
}
.TagClassName
{
border-color: #C60A60;
}
</style>