Shades of Ruby #C60A65
Tints of Ruby #C60A65
RGB
CMYK
RGB Variations
Color information
#C60A65 (or 0xC60A65) is known color: Ruby. HEX triplet: C6, 0A and 65. RGB value is (198,10,101). Sum of RGB (Red+Green+Blue) = 198+10+101=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60A65 is #39F59A. Grayscale: #4C4C4C. Windows color (decimal): -3798427 or 6621894. OLE color: 6621894.
HSL color Cylindrical-coordinate representation of color #C60A65: hue angle of 330.96º 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 #C60A65 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 101 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.22 |
| HSL | 330.96º | 0.9% | 0.41% | - |
| HSV(B) | 330.96º | 0.95% | 0.78% | - |
| XYZ | 25.75 | 13.16 | 13.5 | - |
| YUV | 76.59 | 141.78 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 101 | 0 | 0.95 | 0.49 | 0.22 | 330.96 | 0.9 | 0.41 |
| Hex | C6 | A | 65 | 0 | 5F | 31 | 16 | 14B | 5A | 29 |
| Octal | 306 | 12 | 145 | 0 | 137 | 61 | 26 | 513 | 132 | 51 |
| Binary | 11000110 | 1010 | 1100101 | 0 | 1011111 | 110001 | 10110 | 101001011 | 1011010 | 101001 |
Color Harmonies of #C60A65
Complementary color
Monochromatic Colors of #C60A65
Black with #C60A65
Text Example
Text Example
White with #C60A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A65; }
p { color: rgb(198,10,101); }
H1.HeaderClassName
{
color: #C60A65;
}
.AnyTagClassName
{
color: #C60A65;
}
</style>
background-color css
<style>
a { background-color: #C60A65; }
a { background-color: rgb(198,10,101); }
div.DivClassName
{
background-color: #C60A65;
}
.BgClassName
{
background-color: #C60A65;
}
</style>
border-color css
<style>
span { border-color: #C60A65; }
span { border-color: rgb(198,10,101); }
td.TdClassName
{
border-color: #C60A65;
}
.TagClassName
{
border-color: #C60A65;
}
</style>